Remove -white option.

This commit is contained in:
John Fieber 1997-01-18 01:29:46 +00:00
parent a9f206df6e
commit bef570adc9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1044
2 changed files with 2 additions and 2 deletions
en/tutorials
en_US.ISO_8859-1/tutorials

View file

@ -1,2 +1,2 @@
WEBBASE?= /data/tutorials
SGMLOPTS+= -white -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr
SGMLOPTS+= -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr

View file

@ -1,2 +1,2 @@
WEBBASE?= /data/tutorials
SGMLOPTS+= -white -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr
SGMLOPTS+= -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr