Minor updates being taken in from Dialcentral
[doneit] / Makefile
index f95ae6f..0428544 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,7 @@ build: $(OBJ)
        $(foreach file, $(OBJ), cp $(file) $(BUILD_PATH)/$(subst /,-,$(file)) ; )
        cp support/$(PROJECT_NAME).desktop $(BUILD_PATH)
        cp support/builddeb.py $(BUILD_PATH)
+       cp support/fake_py2deb.py $(BUILD_PATH)
 
 lint: $(OBJ)
        $(foreach file, $(SOURCE), $(LINT) $(file) ; )