# $Id$ ROFF = groff -ms -Tps -P-pa4 TBL = tbl SRCS = Title.ps 00.Contents.ps 01.Installing.ps 02.Using.ps .PHONY: all clean .SUFFIXES: .ps .ms all: openware.pdf openware.pdf: $(SRCS) gs -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=$@ $(SRCS) .ms.ps: $(TBL) Paper.ms $< | $(ROFF) > $@ clean: rm -f *.ps *.pdf