chiark / gitweb /
wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 25 Aug 2014 21:48:43 +0000 (22:48 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 25 Aug 2014 21:48:43 +0000 (22:48 +0100)
Makefile
talk.txt

index 5e8d4c28ac7f3e59c37281b17da3ae07c287b259..54348b18cd9659051788f0f3c7fcaaa3e79615e5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ libavg-gitk-cut.ppm: libavg-gitk.ppm
 
 libavg.ps: libavg-gitk-cut.ppm libavg-clone.ppm
 
-manpage.ps: Makefile
-       man -Tps dgit >$@.1
+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
index 9e37759134d051d8ea0e2045ea8fe5629122b11a..106e7160a6936c3322dc884e020d0143bbe7d2cb 100644 (file)
--- a/talk.txt
+++ b/talk.txt
@@ -13,6 +13,7 @@ But:
   No sensible branching
   history browsing is appalling 
   Terrible interaction with other VCSs
+  In particular we want to be using git
 
 Solution