Fixing minor glitches
authorepage <eopage@byu.net>
Tue, 2 Jun 2009 01:44:47 +0000 (01:44 +0000)
committerepage <eopage@byu.net>
Tue, 2 Jun 2009 01:44:47 +0000 (01:44 +0000)
git-svn-id: file:///svnroot/quicknote/trunk@51 bb7704e3-badb-4cfa-9ab3-9374dc87eaa2

Makefile
support/builddeb.py

index 240fca6..86a6221 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,7 @@ build: $(OBJ) build_mo
        rm -Rf $(BUILD_PATH)
        mkdir $(BUILD_PATH)
        cp $(PROGRAM)  $(BUILD_PATH)
+       cp src/constants.py $(BUILD_PATH)
        $(foreach file, $(DATA), cp $(file) $(BUILD_PATH)/$(subst /,-,$(file)) ; )
        $(foreach file, $(SOURCE), cp $(file) $(BUILD_PATH)/$(subst /,-,$(file)) ; )
        $(foreach file, $(OBJ), cp $(file) $(BUILD_PATH)/$(subst /,-,$(file)) ; )
index 2f83338..c3455e6 100755 (executable)
@@ -1,6 +1,7 @@
 #!/usr/bin/python2.5
 
 import os
+import sys
 
 try:
        import py2deb