aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-06 04:47:52 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-06 04:47:52 +0200
commit9542c66a171e70720357cee7971a68e91d1826a4 (patch)
tree4f9c61de2844939154be8e594326b3256eda4e40
parent... and the file itself (diff)
downloadorphan-reaper-9542c66a171e70720357cee7971a68e91d1826a4.tar.gz
orphan-reaper-9542c66a171e70720357cee7971a68e91d1826a4.tar.bz2
orphan-reaper-9542c66a171e70720357cee7971a68e91d1826a4.tar.xz
m makefile
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 1154ccd..b3bd944 100644
--- a/Makefile
+++ b/Makefile
@@ -71,23 +71,23 @@ info: orphan-reaper.info
.PHONY: pdf
pdf: orphan-reaper.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: orphan-reaper.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: orphan-reaper.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/$@ $@
# Build rules for shell auto-completion.