From 85d1eaa18a603bb3d3b4d1746e6c9d7cd7a7bff1 Mon Sep 17 00:00:00 2001 From: "beville@gmail.com" Date: Tue, 20 Nov 2012 19:20:02 +0000 Subject: [PATCH] some tweaks to mac makefile git-svn-id: http://comictagger.googlecode.com/svn/trunk@71 6c5673fe-1810-88d6-992b-cd32ca31540c --- mac/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mac/Makefile b/mac/Makefile index fbe6e2a..803d22c 100644 --- a/mac/Makefile +++ b/mac/Makefile @@ -16,7 +16,7 @@ DMG_FILE := $(VOLUME_NAME).dmg all: clean dist diskimage dist: - $(PY2INSTALLER_CMD) tagger.py -o $(MAC_BASE) -w -n $(APP_NAME) -s + $(PY2INSTALLER_CMD) $(TAGGER_BASE)/tagger.py -o $(MAC_BASE) -c -n $(APP_NAME) -s cp $(TAGGER_BASE)/*.ui $(APP_BUNDLE)/Contents/MacOS cp -a $(TAGGER_BASE)/graphics $(APP_BUNDLE)/Contents/MacOS cp $(MAC_BASE)/app.icns $(APP_BUNDLE)/Contents/Resources/icon-windowed.icns @@ -25,7 +25,7 @@ clean: rm -rf $(DIST_DIR) $(MAC_BASE)/build rm -f $(MAC_BASE)/*.spec rm -f /logdict*.log - rm -f "*~" *.pyc *.pyo + rm -f *~ *.pyc *.pyo echo $(VERSION_STR) diskimage: #Set up disk image staging folder