summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-06-12 15:58:44 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-06-12 15:58:44 +0000
commit5af592798f4ecc23bd911ffadb9e6291aaa17d65 (patch)
tree01685a360df6ff8ad493e90e833a2d686d149d56 /doc/Makefile
parentecc71b12f609ee23f3b81b7a91c07b8deaed8917 (diff)
downloadquilt-5af592798f4ecc23bd911ffadb9e6291aaa17d65.tar.gz
- Documentation uodate from Jerome Lacoste
<jerome.lacoste@gmail.com> and me.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile
index ba488ba..70a34eb 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -4,8 +4,7 @@ quilt.ps : quilt.dvi
dvips -t letter -o $@ $<
quilt.pdf: main.tex
- pdflatex -t letter $< && \
- mv main.pdf $@
+ pdflatex --jobname=quilt -t letter $<
quilt.dvi : main.tex
latex $< && \