|
@@ -19,4 +19,9 @@ script: $(SCRIPT_ACTIONS)
|
|
|
|
|
|
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
|