I need to be able to override WEBBASE to use the new environment
on top of the old one.
This commit is contained in:
parent
43a64afb2f
commit
3778964b63
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=1456
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
WEBBASE= /data
|
||||
WEBBASE?= /data
|
||||
SGMLOPTS+= -links -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
WEBBASE= /data
|
||||
WEBBASE?= /data
|
||||
SGMLOPTS+= -links -hdr ${.CURDIR}/../doc.hdr -ftr ${.CURDIR}/../doc.ftr
|
||||
|
|
Loading…
Reference in a new issue