summaryrefslogtreecommitdiff
path: root/pkg/osx/GNUmakefile
diff options
context:
space:
mode:
authorSimon Howard2011-03-10 19:03:23 +0000
committerSimon Howard2011-03-10 19:03:23 +0000
commiteca0d817b7973d678d31608870bea86a141442ab (patch)
tree663606bab9d1eea4bfe4346ad05e88c7ede035f6 /pkg/osx/GNUmakefile
parentd610772a0b58e63f665403386f167b3e19a5dcfd (diff)
downloadchocolate-doom-eca0d817b7973d678d31608870bea86a141442ab.tar.gz
chocolate-doom-eca0d817b7973d678d31608870bea86a141442ab.tar.bz2
chocolate-doom-eca0d817b7973d678d31608870bea86a141442ab.zip
Replace the INSTALL file with a template version that is customized to
different platforms. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2299
Diffstat (limited to 'pkg/osx/GNUmakefile')
-rw-r--r--pkg/osx/GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile
index baaec048..f6fa24ff 100644
--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -67,6 +67,10 @@ $(STAGING_DIR): launcher $(TOPLEVEL_DOCS)
./cp-with-libs $(TOPLEVEL)/setup/chocolate-setup "$(APP_BIN_DIR)"
$(STRIP) "$(APP_BIN_DIR)/chocolate-setup"
+ $(TOPLEVEL)/man/simplecpp -DPRECOMPILED -D__MACOSX__ \
+ < $(TOPLEVEL)/man/INSTALL.template \
+ > $(STAGING_DIR)/INSTALL
+
find $(STAGING_DIR) -name .svn -delete -exec rm -rf {} \; || true
clean : launcher_clean