chiark
/
gitweb
/
~ijackson
/
talk-2014-debconf-dgit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe85d57
)
fix manpage orientation
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 25 Aug 2014 22:11:34 +0000
(23:11 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Mon, 25 Aug 2014 22:11:34 +0000
(23:11 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 56eebd36873ea2901eb0808806149d48696cdfbb..9410c30cd7593e3316c00d40ddc02f3eb8b5494d 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-17,9
+17,8
@@
manpage.ps: dgit.1-manpage Makefile
pstops -pa3 '100:0@1.7(-4cm,-47cm)' <$@.1 >$@.2
ps2pdf -sPAPERSIZE=a3 $@.2 $@.3
pdfcrop --bbox '0 0 841 595' $@.3 $@.4
- pdf2ps $@.4 $@
-# ps2ps -sPAPERSIZE=a4 $@.2 $@.3
-# pstops -w29.7cm -h21cm '100:0@1R(0cm,21cm)' <$@.3 $o
+ pdf2ps $@.4 $@.5
+ pstops -pa4 '0L(21cm,0cm)' <$@.5 >$@
%.ps: %.fig
iconv <$< >$@.1 -f UTF-8 -t ISO-8859-1