[GRASS-SVN] r39308 - grass/branches/releasebranch_6_4/macosx

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 27 11:05:50 EDT 2009


Author: kyngchaos
Date: 2009-09-27 11:05:50 -0400 (Sun, 27 Sep 2009)
New Revision: 39308

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

Modified: grass/branches/releasebranch_6_4/macosx/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/macosx/Makefile	2009-09-27 15:04:08 UTC (rev 39307)
+++ grass/branches/releasebranch_6_4/macosx/Makefile	2009-09-27 15:05:50 UTC (rev 39308)
@@ -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
@@ -51,6 +53,7 @@
 	${MAKE_DIR_CMD} ${INST_DIR}
 	${MAKE} macosx-support-dir
 	-cd ${GISBASE} ; tar cBf - ${MACOSX_APP_NAME} | (cd ${prefix} ; tar xBf - ) 2>/dev/null
+	-cd ${GISBASE} ; tar cBf - $(FILES) | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - bin | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - bwidget | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null
 	-cd ${GISBASE} ; tar cBf - docs | (cd ${INST_DIR} ; tar xBf - ) 2>/dev/null



More information about the grass-commit mailing list