From 0d5f72366af9d31c8ed477e10377a0447fec871e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 6 Apr 2015 14:39:07 +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(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 544e889..5a445ec 100644 --- a/Makefile +++ b/Makefile @@ -134,23 +134,23 @@ info: libpassphrase.info .PHONY: pdf pdf: libpassphrase.pdf %.pdf: info/%.texinfo info/fdl.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: libpassphrase.dvi %.dvi: info/%.texinfo info/fdl.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: libpassphrase.ps %.ps: info/%.texinfo info/fdl.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/$@ $@ .PHONY: install -- cgit v1.2.3-70-g09d2