Remove -white option.

This commit is contained in:
John Fieber 1997-01-18 01:29:46 +00:00
parent f2ddd43270
commit abdba17781
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=1044
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
WEBBASE= /data
SGMLOPTS+= -links -white -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr
SGMLOPTS+= -links -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

View file

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