tmac.tbl: use \D'l ..' to draw table borders
[neatroff_make.git] / demo / Makefile
blobcb9195ffe0868a884892d066c1a66237fb663852
1 # Neatroff demonstration directory
2 BASE = $(PWD)/..
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
10 all: test.pdf
12 %.ps: %.ms
13 cat $< | $(PIC) | $(TBL) | $(EQN) | $(ROFF) | $(POST) -pa4 >$@
15 %.pdf: %.ps
16 ps2pdf -dPDFSETTINGS=/prepress -dEmbedAllFonts=true -sFONTPATH=$(BASE)/fonts/ $< $@
18 clean:
19 rm -f *.ps *.pdf