From b8cb619f2e051c8559979e37df0b880dff5df019 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 6 Apr 2015 04:55:34 +0200 Subject: m makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 29f206a..288d92b 100644 --- a/Makefile +++ b/Makefile @@ -51,23 +51,23 @@ info: join-python.info .PHONY: pdf pdf: join-python.pdf %.pdf: info/%.texinfo - @mkdir -p obj - cd obj ; yes X | texi2pdf ../$< - mv obj/$@ $@ + @mkdir -p obj/pdf + cd obj/pdf ; yes X | texi2pdf ../../$< + mv obj/pdf/$@ $@ .PHONY: dvi dvi: join-python.dvi %.dvi: info/%.texinfo - @mkdir -p obj - cd obj ; yes X | $(TEXI2DVI) ../$< - mv obj/$@ $@ + @mkdir -p obj/dvi + cd obj/dvi ; yes X | $(TEXI2DVI) ../../$< + mv obj/dvi/$@ $@ .PHONY: ps ps: join-python.ps %.ps: info/%.texinfo - @mkdir -p obj - cd obj ; yes X | texi2pdf --ps ../$< - mv obj/$@ $@ + @mkdir -p obj/ps + cd obj/ps ; yes X | texi2pdf --ps ../../$< + mv obj/ps/$@ $@ # Install rules -- cgit v1.2.3-70-g09d2