aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-06 14:36:21 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-06 14:36:21 +0200
commitff64c4f555af9e549465f2ad2890bcc1fe6945dc (patch)
treefeae0adba6658a59f19403943a15406f45a33f94 /Makefile
parentfix makefile (diff)
downloadcerberus-logging-ff64c4f555af9e549465f2ad2890bcc1fe6945dc.tar.gz
cerberus-logging-ff64c4f555af9e549465f2ad2890bcc1fe6945dc.tar.bz2
cerberus-logging-ff64c4f555af9e549465f2ad2890bcc1fe6945dc.tar.xz
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 9204361..87994f1 100644
--- a/Makefile
+++ b/Makefile
@@ -73,23 +73,23 @@ info: cerberus-logging.info
.PHONY: pdf
pdf: cerberus-logging.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: cerberus-logging.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: cerberus-logging.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