[GRASS-SVN] r39306 - grass/branches/develbranch_6/macosx

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 27 11:02:30 EDT 2009


Author: kyngchaos
Date: 2009-09-27 11:02:29 -0400 (Sun, 27 Sep 2009)
New Revision: 39306

Modified:
   grass/branches/develbranch_6/macosx/Makefile
Log:
install missing files

Modified: grass/branches/develbranch_6/macosx/Makefile
===================================================================
--- grass/branches/develbranch_6/macosx/Makefile	2009-09-27 12:22:52 UTC (rev 39305)
+++ grass/branches/develbranch_6/macosx/Makefile	2009-09-27 15:02:29 UTC (rev 39306)
@@ -31,6 +31,8 @@
 SUBDIRS = app modbuild
 endif
 
+FILES = AUTHORS COPYING CHANGES REQUIREMENTS.html GPL.TXT
+
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 
 default: subdirs
@@ -84,6 +86,7 @@
 install-basic-macosx:
 	${MAKE_DIR_CMD} ${INST_DIR_TARGET}
 	-cd ${GISBASE} ; tar cBf - ${MACOSX_APP_NAME} | (cd ${PREFIX_TARGET} ; tar xBf - ) 2>/dev/null
+	-cd ${GISBASE} ; tar cBf - $(FILES) | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - bin | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - bwidget | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - docs | (cd ${INST_DIR_TARGET} ; tar xBf - ) 2>/dev/null



More information about the grass-commit mailing list