Explorar el Código

Script.make: install also image files for addons modules

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@63416 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa hace 10 años
padre
commit
6e0829ada2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      include/Make/Script.make

+ 2 - 0
include/Make/Script.make

@@ -34,6 +34,8 @@ scriptstrings: $(STRINGDIR)/$(PGM)_to_translate.c
 install:
 	$(INSTALL) $(SCRIPT) $(INST_DIR)/scripts/
 	$(INSTALL_DATA) $(HTMLDIR)/$(PGM).html $(INST_DIR)/docs/html/
+	$(INSTALL_DATA) $(HTMLDIR)/*.png $(INST_DIR)/docs/html/
+	$(INSTALL_DATA) $(HTMLDIR)/*.jpg $(INST_DIR)/docs/html/
 	$(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/ ; \