docs/unix-phil
diff makefile @ 56:7678e37ceffc
added presentation slides
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Apr 2010 23:04:07 +0200 |
parents | 46e34e433231 |
children | eba2e5b8d36f |
line diff
1.1 --- a/makefile Thu Apr 15 23:03:39 2010 +0200 1.2 +++ b/makefile Thu Apr 15 23:04:07 2010 +0200 1.3 @@ -1,4 +1,4 @@ 1.4 -all: unix-phil.ps unix-phil.txt unix-phil-slides.ps 1.5 +all: unix-phil.ps unix-phil.txt unix-phil-slides.ps unix-phil-slides2.ps 1.6 1.7 unix-phil.ps: unix-phil.ms bib 1.8 . hl ; sed -n '/./p' $< | refer -e -sLAD -P -p bib | troff -ms | dpost >$@ 1.9 @@ -8,3 +8,6 @@ 1.10 1.11 unix-phil-slides.ps: unix-phil-slides.ms 1.12 . hl ; sed -n '/./p' $< | troff -ms slides - | dpost | insline 1 "%%BoundingBox: 0 0 600 450" >$@ 1.13 + 1.14 +unix-phil-slides2.ps: unix-phil-slides2.ms 1.15 + . hl ; sed -n '/./p' $< | troff -ms slides - | dpost | insline 1 "%%BoundingBox: 0 0 600 450" >$@