summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--jh-help.help.txt0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0f5cab..0303236 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ dirs = $(DESTDIR)/usr/share/jh $(DESTDIR)/usr/bin
####
subcommand_files = $(addprefix jh-,$(subcommands))
-help_files = $(addsuffic .help.,jh- $(subcommands))
+help_files = $(addsuffix .help.txt,jh- $(subcommand_files))
all: PHONY build
diff --git a/jh-help.help.txt b/jh-help.help.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/jh-help.help.txt