aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-04-06 04:55:34 +0200
committerMattias Andrée <maandree@operamail.com>2015-04-06 04:55:34 +0200
commitb8cb619f2e051c8559979e37df0b880dff5df019 (patch)
tree6014edc5c410fbcad218fc351743ea4d2c2d9046
parentupdate dist (diff)
downloadjoin-python-b8cb619f2e051c8559979e37df0b880dff5df019.tar.gz
join-python-b8cb619f2e051c8559979e37df0b880dff5df019.tar.bz2
join-python-b8cb619f2e051c8559979e37df0b880dff5df019.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 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