summaryrefslogtreecommitdiff
path: root/fpcdocs/pp2tex
blob: a22142c7272e5d3b546df7337cbab4e8a008a085 (plain)
1
2
3
4
5
6
#!/bin/sh
# Simply paste a header and footer to the program.
#
cat head.tex >  $1.tex
cat $1.pp    >> $1.tex
cat foot.tex >> $1.tex