aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-20 22:06:23 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-20 22:06:23 +0100
commit109e38147538cf44cec50adb06421162b48d4751 (patch)
tree65f4570e808e58f88889b2e6ad5f30a49c57e7ee
parentfe531a81ef87699965e124074d6af9511cc46790 (diff)
Call script
-rw-r--r--maketargets/install.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/maketargets/install.mk b/maketargets/install.mk
index e2de4f9..f80a560 100644
--- a/maketargets/install.mk
+++ b/maketargets/install.mk
@@ -22,6 +22,8 @@ install:
install -d $(DESTDIR)$(FICS_HOME)/data/com_help
install -m 0644 $(ROOT)data/commands $(DESTDIR)$(FICS_HOME)/data
install -d $(DESTDIR)$(FICS_HOME)/data/help
+ $(ROOT)scripts/i-data-help.sh $(ROOT)data/help \
+ $(DESTDIR)$(FICS_HOME)/data/help
install -d $(DESTDIR)$(FICS_HOME)/data/index
install -d $(DESTDIR)$(FICS_HOME)/data/info
install -d $(DESTDIR)$(FICS_HOME)/data/lists