From 44de7ca2c5a5d1f5146ebd091e654eb1c93fb832 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 6 Apr 2015 04:35:24 +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 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 797f4e4..f558047 100644 --- a/Makefile +++ b/Makefile @@ -202,20 +202,23 @@ info: libgamma.info .PHONY: pdf pdf: libgamma.pdf %.pdf: obj/%.texinfo obj/fdl.texinfo - cd obj ; yes X | texi2pdf ../$< - mv obj/$@ $@ + @mkdir -p obj/pdf + cd obj/pdf ; yes X | texi2pdf ../../$< + mv obj/pdf/$@ $@ .PHONY: dvi dvi: libgamma.dvi %.dvi: obj/%.texinfo obj/fdl.texinfo - cd obj ; yes X | $(TEXI2DVI) ../$< - mv obj/$@ $@ + @mkdir -p obj/dvi + cd obj/dvi ; yes X | $(TEXI2DVI) ../../$< + mv obj/dvi/$@ $@ .PHONY: ps ps: libgamma.ps %.ps: obj/%.texinfo obj/fdl.texinfo - 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