projects
/
matthijs
/
projects
/
internship.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a3a727b
)
Pass -sPAPERSIZE=a4 to dvipdf to stop ghostscript from messing up the papersize...
master
author
Matthijs Kooijman
<kooijman@eris.(none)>
Mon, 13 Oct 2008 12:21:20 +0000
(14:21 +0200)
committer
Matthijs Kooijman
<kooijman@eris.(none)>
Mon, 13 Oct 2008 12:21:20 +0000
(14:21 +0200)
Report/Makefile
patch
|
blob
|
history
diff --git
a/Report/Makefile
b/Report/Makefile
index af318ce990c7784b423761598dafd137d3388eb4..372b36385fc4582b29a632304669e22beae8e1c9 100644
(file)
--- a/
Report/Makefile
+++ b/
Report/Makefile
@@
-3,7
+3,7
@@
all: Report.pdf
REPEAT_TEXT = 'Rerun to get cross-references right'
%.pdf: %.dvi
REPEAT_TEXT = 'Rerun to get cross-references right'
%.pdf: %.dvi
- dvipdf $(basename $@)
+ dvipdf
-sPAPERSIZE=a4
$(basename $@)
%.ps: %.svg
inkscape $(addsuffix .svg,$(basename $@)) --export-ps=$@
%.ps: %.svg
inkscape $(addsuffix .svg,$(basename $@)) --export-ps=$@