From f60854800d6f8d8ddff9afe35b9c098d7b4dd3ba Mon Sep 17 00:00:00 2001 From: Charadon Date: Wed, 5 Oct 2022 17:13:10 -0400 Subject: Makefile: Move makeinfo to it's own action --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cbb9d01..a62173a 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: @echo "Use 'make install' or 'make uninstall'" @exit 0 -install: +install: info mkdir -p $(SCRIPT_DIR) mkdir -p $(BINDIR) mkdir -p $(INFODIR) @@ -18,13 +18,15 @@ install: install -m755 post.sh $(SCRIPT_DIR)/ install -m755 pre.sh $(SCRIPT_DIR)/ install -m755 setup.sh $(BINDIR)/setup-dscip - makeinfo manual.tex install -m644 dscip.info $(INFODIR)/ gzip $(INFODIR)/dscip.info html: makeinfo --html manual.tex +info: + makeinfo manual.tex + uninstall: rm -rf $(SCRIPT_DIR)/../.. rm $(BINDIR)/setup-dscip -- cgit 1.4.1-2-gfad0