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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 24 04:11:56 EDT 2010


Author: neteler
Date: 2010-09-24 08:11:56 +0000 (Fri, 24 Sep 2010)
New Revision: 43657

Modified:
   grass/trunk/include/Make/Module.make
Log:
add missing install target

Modified: grass/trunk/include/Make/Module.make
===================================================================
--- grass/trunk/include/Make/Module.make	2010-09-24 07:49:55 UTC (rev 43656)
+++ grass/trunk/include/Make/Module.make	2010-09-24 08:11:56 UTC (rev 43657)
@@ -15,4 +15,9 @@
 $(BIN)/$(PGM)$(EXE): $(ARCH_OBJS) $(DEPENDENCIES)
 	$(call linker)
 
+install:
+	$(INSTALL) $(ARCH_DISTDIR)/bin/$(PGM)$(EXE) $(INST_DIR)/bin/
+	$(INSTALL_DATA) $(HTMLDIR)/$(PGM).html $(INST_DIR)/docs/html/
+	$(INSTALL_DATA) $(ARCH_DISTDIR)/man/man1/$(PGM).1 $(INST_DIR)/man/man1/
+
 .PHONY: cmd



More information about the grass-commit mailing list