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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Apr 10 18:23:43 EDT 2012


Author: martinl
Date: 2012-04-10 15:23:43 -0700 (Tue, 10 Apr 2012)
New Revision: 51368

Modified:
   grass/trunk/include/Make/Script.make
Log:
installing scripts(addons): manual pages are installed to `docs` directory


Modified: grass/trunk/include/Make/Script.make
===================================================================
--- grass/trunk/include/Make/Script.make	2012-04-10 21:12:48 UTC (rev 51367)
+++ grass/trunk/include/Make/Script.make	2012-04-10 22:23:43 UTC (rev 51368)
@@ -22,7 +22,7 @@
 install:
 	$(INSTALL) $(SCRIPT) $(INST_DIR)/scripts/
 	$(INSTALL_DATA) $(HTMLDIR)/$(PGM).html $(INST_DIR)/docs/html/
-	$(INSTALL_DATA) $(ARCH_DISTDIR)/man/man1/$(PGM).1 $(INST_DIR)/man/man1/
+	$(INSTALL_DATA) $(ARCH_DISTDIR)/docs/man/man1/$(PGM).1 $(INST_DIR)/docs/man/man1/
 	if [ -d "$(ETC)/$(PGM)" ] ; then \
 		cp -rL $(ETC)/$(PGM) $(INST_DIR)/etc/ ; \
 	fi



More information about the grass-commit mailing list