diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-09-27 15:06:58 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-09-27 15:06:58 -0400 |
commit | e4ea57bd0d3cb50fda30e86b897359fa1875021a (patch) | |
tree | 7adda3df50c77a1f9550530c6739cc4e00aefc90 /Makefile | |
parent | a30fc912447036c77292e6e721a44624d3976644 (diff) |
Makefile: oops, install help files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 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 |