From c6ce7d6ba0272ab78b2dd09e3fadc49b577961c0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 28 Sep 2012 10:38:59 -0400 Subject: Change how the main help menu works --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4794be4..70b1ec1 100644 --- a/Makefile +++ b/Makefile @@ -4,14 +4,14 @@ dirs = $(DESTDIR)/usr/share/jh $(DESTDIR)/usr/bin #### subcommand_files = $(addprefix jh-,$(subcommands)) -help_files = $(addsuffix .help.txt,jh- $(subcommand_files)) +help_files = $(addsuffix .help.txt,$(subcommand_files)) all: PHONY build #### -build: PHONY jh $(subcommand_files) $(help_files) -install: $(DESTDIR)/usr/bin/jh $(addprefix $(DESTDIR)/usr/share/jh/,$(subcommand_files) $(help_files)) +build: PHONY jh $(subcommand_files) +install: PHONY $(DESTDIR)/usr/bin/jh $(addprefix $(DESTDIR)/usr/share/jh/,$(subcommand_files) $(help_files)) $(DESTDIR)/usr/share/jh/%: % | $(DESTDIR)/usr/share/jh cp '$<' '$@' -- cgit v1.2.3-54-g00ecf