Add command variables for PS2EPS, PIC2PS, and groff so that we can use
PIC diagrams in the doc tree.
This commit is contained in:
parent
1b2fe955df
commit
0e36f3ddca
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11559
2 changed files with 3 additions and 0 deletions
|
@ -180,6 +180,7 @@ XARGS?= /usr/bin/xargs
|
|||
TEX?= ${PREFIX}/bin/tex
|
||||
LATEX?= ${PREFIX}/bin/latex
|
||||
PDFTEX?= ${PREFIX}/bin/pdftex
|
||||
GROFF?= groff
|
||||
TIDY?= ${PREFIX}/bin/tidy
|
||||
TIDYOPTS?= -i -m -raw -preserve -f /dev/null ${TIDYFLAGS}
|
||||
HTML2TXT?= ${PREFIX}/bin/links
|
||||
|
|
|
@ -105,6 +105,8 @@ PNMTOPS?= ${PREFIX}/bin/pnmtops
|
|||
PNMTOPSOPTS?= -noturn ${PNMTOPSFLAGS}
|
||||
EPSTOPDF?= ${PREFIX}/bin/epstopdf
|
||||
EPSTOPDFOPTS?= ${EPSTOPDFFLAGS}
|
||||
PS2EPS?= ${PREFIX}/bin/ps2epsi
|
||||
PIC2PS?= ${GROFF} -p -S -Wall -mtty-char -man
|
||||
|
||||
# Use suffix rules to convert .scr files to .png files
|
||||
.SUFFIXES: .scr .png .eps
|
||||
|
|
Loading…
Reference in a new issue