Add a workaround to unbreak the build when ghostscript built

with A4=yes is used.

Discussed on:	-doc
This commit is contained in:
Hiroki Sato 2003-11-24 18:34:01 +00:00
parent 20bedcfcf2
commit 252ac09ed2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18977

View file

@ -143,7 +143,10 @@ PNMTOPSOPTS?= -noturn ${PNMTOPSFLAGS}
EPSTOPDF?= ${PREFIX}/bin/epstopdf
EPSTOPDFOPTS?= ${EPSTOPDFFLAGS}
PS2EPS?= ${PREFIX}/bin/ps2epsi
PIC2PS?= ${GROFF} -p -S -Wall -mtty-char -man
#
# ps2epsi in ghostscript built with A4=yes fails to convert
# grops outputs without -p option.
PIC2PS?= ${GROFF} -P -p -P a4 -p -S -Wall -mtty-char -man
REALPATH?= /bin/realpath
# Use suffix rules to convert .scr files to other formats