From e4ea57bd0d3cb50fda30e86b897359fa1875021a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 27 Sep 2012 15:06:58 -0400 Subject: Makefile: oops, install help files --- Makefile | 2 +- jh-help.help.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 jh-help.help.txt 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 -- cgit v1.2.3