From: Ian Jackson Date: Sat, 28 Jul 2018 09:43:42 +0000 (+0100) Subject: fix makefile X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=a159127c8d4f32f455fd918c0f70dae1597dbb45;p=talk-2018-dc18-gdr.git fix makefile --- diff --git a/Makefile b/Makefile index 70c774c..9d45b7d 100644 --- a/Makefile +++ b/Makefile @@ -87,26 +87,6 @@ dm-for-zoom.eps: dm.fig # wtf! LC_CTYPE=en_GB fig2dev -L eps -D+110:118,120:169,260:268 <$@.1 $o -manpage.ps: dgit.1-manpage Makefile - man -Tps -l $< >$@.1 - pstops -pa3 '100:0@1.7(-4cm,-47cm)' <$@.1 >$@.2 - ps2pdf -sPAPERSIZE=a3 $@.2 $@.3 - pdfcrop --bbox '0 0 841 595' $@.3 $@.4 - pdf2ps $@.3 $@.4 - pstops -pa3 '0L(21cm,0cm)' <$@.4 >$@.5 - pstops -pa4 '0(0cm,0cm)' <$@.5 >$@ - -manpage-clean.ps: dgit.1-manpage Makefile - man -Tps -l $< >$@.1 - pstops -pa3 '100:3@1.7(-4cm,-43cm)' <$@.1 >$@.2 - ps2pdf -sPAPERSIZE=a3 $@.2 $@.3 - pdfcrop --bbox '0 0 841 595' $@.3 $@.4 - pdf2ps $@.3 $@.4 - pstops -pa3 '0L(21cm,0cm)' <$@.4 >$@.5 - pstops -pa4 '0(0cm,0cm)' <$@.5 >$@ - -nmu-compare.ps: my-history-inc.eps - %.txt.eps: %.txt ./txt2ps ./txt2ps <$< |ps2eps -s a3 $o @@ -123,5 +103,5 @@ talk.ps: talk.txt a2ps -1 -o $@ -B talk.txt install: slides.pdf talk.txt - rsync -vP $^ ijackson@chiark:public-html/2015/debconf-dgit-talk/ - git push ijackson@chiark:public-git/talk-2015-debconf-dgit.git + rsync -vP $^ ijackson@chiark:public-html/2018/debconf-gdr-talk/ + git push ijackson@chiark:public-git/talk-2018-dc18-gdr.git