From 028adf5cefe3344317a39dcde5d73cc530007a12 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 8 Dec 2015 12:22:45 +0100 Subject: structural improvements to the texinfo manual MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 961f96d..30f7daf 100644 --- a/Makefile +++ b/Makefile @@ -131,35 +131,35 @@ doc: info pdf dvi ps html .PHONY: info info: bin/scrotty.info -bin/%.info: doc/info/%.texinfo doc/info/*.texinfo +bin/%.info: doc/info/%.texinfo doc/info/*.texinfo doc/info/*/*.texinfo @$(MKDIR) -p bin $(MAKEINFO) $< $(MV) $*.info $@ .PHONY: pdf pdf: bin/scrotty.pdf -bin/%.pdf: doc/info/%.texinfo doc/info/*.texinfo +bin/%.pdf: doc/info/%.texinfo doc/info/*.texinfo doc/info/*/*.texinfo @$(MKDIR) -p obj/pdf bin cd obj/pdf && $(TEXI2PDF) ../../$< $(TEXINFO_FLAGS) < /dev/null $(MV) obj/pdf/$*.pdf $@ .PHONY: dvi dvi: bin/scrotty.dvi -bin/%.dvi: doc/info/%.texinfo doc/info/*.texinfo +bin/%.dvi: doc/info/%.texinfo doc/info/*.texinfo doc/info/*/*.texinfo @$(MKDIR) -p obj/dvi bin cd obj/dvi && $(TEXI2DVI) ../../$< $(TEXINFO_FLAGS) < /dev/null $(MV) obj/dvi/$*.dvi $@ .PHONY: ps ps: bin/scrotty.ps -bin/%.ps: doc/info/%.texinfo doc/info/*.texinfo +bin/%.ps: doc/info/%.texinfo doc/info/*.texinfo doc/info/*/*.texinfo @$(MKDIR) -p obj/ps bin cd obj/ps && $(TEXI2PS) ../../$< $(TEXINFO_FLAGS) < /dev/null $(MV) obj/ps/$*.ps $@ .PHONY: html html: bin/html/scrotty/index.html -bin/html/scrotty/index.html: doc/info/scrotty.texinfo doc/info/*.texinfo +bin/html/scrotty/index.html: doc/info/scrotty.texinfo doc/info/*.texinfo doc/info/*/*.texinfo @$(MKDIR) -p bin/html cd bin/html && $(MAKEINFO_HTML) ../../$< < /dev/null -- cgit v1.2.3-70-g09d2