From 52facfe07f82aa1639f9fb7e4141ccd902a28c74 Mon Sep 17 00:00:00 2001 From: Charadon Date: Sat, 8 Oct 2022 22:22:58 -0400 Subject: Makefile: Remove change directory --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b79001b..e41709d 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,11 @@ install: info gzip $(INFODIR)/dscip.info html: - makeinfo --html manual.tex + makeinfo --html docs/manual.tex + cp -r docs/images dscip.html/ info: - makeinfo manual.tex || gmakeinfo manual.tex + makeinfo docs/manual.tex || gmakeinfo docs/manual.tex uninstall: rm -rf $(SCRIPT_DIR)/../.. -- cgit 1.4.1-2-gfad0