diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | jh-help.help.txt | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |