chiark / gitweb /
talk.ps
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 17 Aug 2015 10:23:11 +0000 (11:23 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 17 Aug 2015 10:23:11 +0000 (11:23 +0100)
.gitignore
Makefile

index 6477501f32070dd4d7cd232150b9975d63739d93..1ba551c0fca7c9404860d262bf53e285f05301b0 100644 (file)
@@ -18,3 +18,4 @@ manpage-clean.ps
 manpage-clean.ps.?
 moreinfo.ps
 fmt-status.ps
+talk.ps
index e57d02ccaf1401422a167a00ecd03f3110673582..8a5ee05bee408aa45c849ba69d052e65aa89be24 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ SLIDEFILES=$(addsuffix .ps, $(SLIDES))
 
 o= >$@.new && mv -f $@.new $@
 
-all:   slides.pdf
+all:   slides.pdf talk.ps
 
 %.ps:   %.fig
        iconv <$< >$@.1 -f UTF-8 -t ISO-8859-1
@@ -63,6 +63,9 @@ slides.ps: $(SLIDEFILES) Makefile
 slides.pdf:     slides.ps Makefile
        ps2pdf $< $@
 
+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