Browse Source

add missing install target

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43657 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 14 years ago
parent
commit
ce94b2ce6c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      include/Make/Module.make

+ 5 - 0
include/Make/Module.make

@@ -15,4 +15,9 @@ cmd: $(BIN)/$(PGM)$(EXE) html
 $(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