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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 13 13:34:19 EDT 2011


Author: martinl
Date: 2011-06-13 10:34:19 -0700 (Mon, 13 Jun 2011)
New Revision: 46687

Modified:
   grass/trunk/include/Make/Script.make
Log:
add per-script install target


Modified: grass/trunk/include/Make/Script.make
===================================================================
--- grass/trunk/include/Make/Script.make	2011-06-13 17:33:33 UTC (rev 46686)
+++ grass/trunk/include/Make/Script.make	2011-06-13 17:34:19 UTC (rev 46687)
@@ -19,4 +19,9 @@
 
 scriptstrings: $(STRINGDIR)/$(PGM)_to_translate.c
 
+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/
+
 .PHONY: script scriptstrings



More information about the grass-commit mailing list