summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-09-27 15:06:58 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-09-27 15:06:58 -0400
commite4ea57bd0d3cb50fda30e86b897359fa1875021a (patch)
tree7adda3df50c77a1f9550530c6739cc4e00aefc90
parenta30fc912447036c77292e6e721a44624d3976644 (diff)
Makefile: oops, install help files
-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