From fb2c0a321c1ee44c2c763f5d25aaa6d718add786 Mon Sep 17 00:00:00 2001 From: wl Date: Sat, 28 May 2005 07:10:16 +0000 Subject: * contrib/pdfmark/Makefile.sub (.ms.pdf): Use `--stylesheet', not `--style'. * src/devices/grolbp/lbp.cpp, src/devices/grolbp/lbp.h: Remove redundant semicolons. * src/preproc/eqn/Makefile.sub, src/preproc/html/Makefile.sub, src/preproc/soelim/Makefile.sub, src/preproc/tbl/Makefile.sub: Define `MLIB'. Some compilers need this for linking with libgroff. --- contrib/pdfmark/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/pdfmark') diff --git a/contrib/pdfmark/Makefile.sub b/contrib/pdfmark/Makefile.sub index 0240c6a7..8c28385c 100644 --- a/contrib/pdfmark/Makefile.sub +++ b/contrib/pdfmark/Makefile.sub @@ -55,7 +55,7 @@ PDFROFF=\ .SUFFIXES: .ms .pdf .ms.pdf: $(RM) $@ - $(PDFROFF) -mspdf --style=$(srcdir)/cover.ms $< >$@ + $(PDFROFF) -mspdf --stylesheet=$(srcdir)/cover.ms $< >$@ all: pdfroff $(make_pdfdoc) -- cgit v1.2.1