Mercurial > docs > unix-phil
view makefile @ 45:ade392f024aa
a lot of rework throughout the whole document
author | meillo@marmaro.de |
---|---|
date | Mon, 12 Apr 2010 09:33:01 +0200 (2010-04-12) |
parents | 46e34e433231 |
children | 7678e37ceffc |
line wrap: on
line source
all: unix-phil.ps unix-phil.txt unix-phil-slides.ps unix-phil.ps: unix-phil.ms bib . hl ; sed -n '/./p' $< | refer -e -sLAD -P -p bib | troff -ms | dpost >$@ unix-phil.txt: unix-phil.ms bib . hl ; sed -n '/./p' $< | refer -e -sLAD -P -p bib | nroff -ms | col -b >$@ unix-phil-slides.ps: unix-phil-slides.ms . hl ; sed -n '/./p' $< | troff -ms slides - | dpost | insline 1 "%%BoundingBox: 0 0 600 450" >$@