Browse Source

fix rest documentation creation for scripts

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@52848 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 12 years ago
parent
commit
a1484a4398
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/Make/Script.make

+ 1 - 1
include/Make/Script.make

@@ -23,7 +23,7 @@ scriptstrings: $(STRINGDIR)/$(PGM)_to_translate.c
 install:
 	$(INSTALL) $(SCRIPT) $(INST_DIR)/scripts/
 	$(INSTALL_DATA) $(HTMLDIR)/$(PGM).html $(INST_DIR)/docs/html/
-	$(INSTALL_DATA) $(HTMLDIR)/$(PGM).txt $(INST_DIR)/docs/rest/
+	$(INSTALL_DATA) $(RESTDIR)/$(PGM).txt $(INST_DIR)/docs/rest/
 	$(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/ ; \