Keith,
with current git I get the following error while running a normal
build:
GROFF_TMPDIR=. \
GROFF_COMMAND_PREFIX= \
GROFF_BIN_DIR="/home/wl/git/groff.compiled/src/roff/groff" \
GROFF_BIN_PATH="`echo /home/wl/git/groff.compiled/src/roff/groff \
/home/wl/git/groff.compiled/src/roff/troff \
/home/wl/git/groff.compiled/src/devices/grops \
| sed -e 's| *|:|g'`" \
./pdfroff --keep-temporary-files \
-F/home/wl/git/groff.compiled/font \
-F/home/wl/git/groff/font \
-M/home/wl/git/groff/contrib/pdfmark \
-M/home/wl/git/groff.compiled/tmac \
-M/home/wl/git/groff/tmac \
-dpaper=letter \
-P-pletter \
-mspdf \
--stylesheet=/home/wl/git/groff/contrib/pdfmark/cover.ms \
/home/wl/git/groff/contrib/pdfmark/pdfmark.ms
>pdfmark.pdf
/usr/bin/sed: -e Ausdruck #1, Zeichen 29: Nicht beendeter `s'-Befehl
Sorry for the German locale; the error translates to `not finished `s'
command'.
Werner