diff options
author | Simon Howard | 2011-03-10 19:03:23 +0000 |
---|---|---|
committer | Simon Howard | 2011-03-10 19:03:23 +0000 |
commit | eca0d817b7973d678d31608870bea86a141442ab (patch) | |
tree | 663606bab9d1eea4bfe4346ad05e88c7ede035f6 /pkg/osx/GNUmakefile | |
parent | d610772a0b58e63f665403386f167b3e19a5dcfd (diff) | |
download | chocolate-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/GNUmakefile | 4 |
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 |