Honor DVIPSFLAGS even if PAPERSIZE is not defined.
This commit is contained in:
parent
56770cff2b
commit
415cd96b9d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21918
1 changed files with 2 additions and 1 deletions
|
@ -272,8 +272,9 @@ HTML2PDB?= ${PREFIX}/bin/iSiloBSD
|
|||
HTML2PDBOPTS?= -y -d0 -Idef ${HTML2PDBFLAGS}
|
||||
DVIPS?= ${PREFIX}/bin/dvips
|
||||
.if defined(PAPERSIZE)
|
||||
DVIPSOPTS?= -t ${PAPERSIZE:L} ${DVIPSFLAGS}
|
||||
DVIPSOPTS?= -t ${PAPERSIZE:L}
|
||||
.endif
|
||||
DVIPSOPTS+= ${DVIPSFLAGS}
|
||||
|
||||
GZIP?= -9
|
||||
GZIP_CMD?= gzip -qf ${GZIP}
|
||||
|
|
Loading…
Reference in a new issue