1 # Neatroff demonstration directory
3 ROFF
= $(BASE
)/neatroff
/roff
4 POST
= $(BASE
)/neatpost
/post
5 EQN
= $(BASE
)/neateqn
/eqn
6 REFER
= $(BASE
)/neatrefer
/refer
7 PIC
= $(BASE
)/troff
/pic
/pic
8 TBL
= $(BASE
)/troff
/tbl
/tbl
13 cat
$< |
$(PIC
) |
$(TBL
) |
$(EQN
) |
$(ROFF
) |
$(POST
) -pa4
>$@
16 ps2pdf
-dPDFSETTINGS
=/prepress
-dEmbedAllFonts
=true
-sFONTPATH
=$(BASE
)/fonts
/ $< $@