Remove -white option.
This commit is contained in:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue