summaryrefslogtreecommitdiff
path: root/contrib/pdfmark
diff options
context:
space:
mode:
authorwl <wl>2005-05-28 07:10:16 +0000
committerwl <wl>2005-05-28 07:10:16 +0000
commitfb2c0a321c1ee44c2c763f5d25aaa6d718add786 (patch)
tree6ca7edba5265a8be5b4650a689d5511d149a50fe /contrib/pdfmark
parentfb7c9e254b65534194c3493acbde66fc72b9909f (diff)
downloadgroff-fb2c0a321c1ee44c2c763f5d25aaa6d718add786.tar.gz
* 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.
Diffstat (limited to 'contrib/pdfmark')
-rw-r--r--contrib/pdfmark/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
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)