[GRASS-SVN] r50818 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 15 03:48:05 EST 2012


Author: neteler
Date: 2012-02-15 00:48:05 -0800 (Wed, 15 Feb 2012)
New Revision: 50818

Modified:
   grass/trunk/include/Make/Install.make
Log:
added missing directories; man/ removed

Modified: grass/trunk/include/Make/Install.make
===================================================================
--- grass/trunk/include/Make/Install.make	2012-02-15 08:40:48 UTC (rev 50817)
+++ grass/trunk/include/Make/Install.make	2012-02-15 08:48:05 UTC (rev 50818)
@@ -4,14 +4,15 @@
 BIN_DIST_FILES = $(FILES) \
 	$(GRASS_NAME).tmp \
 	bin \
+	demolocation \
 	docs \
 	driver \
 	etc \
 	fonts \
 	include \
 	lib \
-	man \
 	scripts \
+	tools \
 	locale
 
 # Shell commands
@@ -210,8 +211,10 @@
 	@ # needed to store code in package with grass-version path:
 	-cp -L * ./grass-lib-$(GRASS_VERSION_NUMBER)
 	-cp -rL tools ./grass-lib-$(GRASS_VERSION_NUMBER)
+	-cp -rL demolocation ./grass-lib-$(GRASS_VERSION_NUMBER)
 	-cp -rL include ./grass-lib-$(GRASS_VERSION_NUMBER)
 	-cp -rL --parents lib/external/shapelib ./grass-lib-$(GRASS_VERSION_NUMBER)
+	-cp -rL --parents lib/external/bwidget ./grass-lib-$(GRASS_VERSION_NUMBER)
 	-cp -rL --parents lib/datetime ./grass-lib-$(GRASS_VERSION_NUMBER)
 	-cp -rL --parents lib/db ./grass-lib-$(GRASS_VERSION_NUMBER)
 	-cp -rL --parents lib/gis ./grass-lib-$(GRASS_VERSION_NUMBER)



More information about the grass-commit mailing list