annotate makefile @ 24:2335f5658fca

added poster and slides
author meillo@marmaro.de
date Fri, 05 Mar 2010 23:56:48 +0100
parents cecef8bfa812
children f5e7c4efbc01
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
24
2335f5658fca added poster and slides
meillo@marmaro.de
parents: 0
diff changeset
1 all: unix-phil.ps unix-phil.txt unix-phil-slides.ps
0
cecef8bfa812 early version, mainly the outline
meillo@marmaro.de
parents:
diff changeset
2
cecef8bfa812 early version, mainly the outline
meillo@marmaro.de
parents:
diff changeset
3 unix-phil.ps: unix-phil.ms
cecef8bfa812 early version, mainly the outline
meillo@marmaro.de
parents:
diff changeset
4 sh -c "`doctype unix-phil.ms`" >unix-phil.ps
cecef8bfa812 early version, mainly the outline
meillo@marmaro.de
parents:
diff changeset
5
cecef8bfa812 early version, mainly the outline
meillo@marmaro.de
parents:
diff changeset
6 unix-phil.txt: unix-phil.ms
cecef8bfa812 early version, mainly the outline
meillo@marmaro.de
parents:
diff changeset
7 sh -c "`doctype -n unix-phil.ms`" >unix-phil.txt
24
2335f5658fca added poster and slides
meillo@marmaro.de
parents: 0
diff changeset
8
2335f5658fca added poster and slides
meillo@marmaro.de
parents: 0
diff changeset
9 unix-phil-slides.ps: unix-phil-slides.ms
2335f5658fca added poster and slides
meillo@marmaro.de
parents: 0
diff changeset
10 sed -n '/./p' unix-phil-slides.ms | hl troff -ms slides - | hl dpost | insline 1 "%%BoundingBox: 0 0 600 450" >unix-phil-slides.ps