Allow DOCS and SUBDIR to be overriden (same fix for building from
new structure as was done for the releases).
This commit is contained in:
parent
1566d3fd17
commit
f1946547fb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=1554
2 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
DOCS= index.sgml
|
||||
DOCS?= index.sgml
|
||||
SUBDIR= devel disklessx fonts mh multios newuser
|
||||
DOCSUBDIR= ddwg ppp
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
SUBDIR=
|
||||
.endif
|
||||
|
||||
.include "../web.mk"
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
DOCS= index.sgml
|
||||
DOCS?= index.sgml
|
||||
SUBDIR= devel disklessx fonts mh multios newuser
|
||||
DOCSUBDIR= ddwg ppp
|
||||
|
||||
.if defined $(NEW_BUILD)
|
||||
SUBDIR=
|
||||
.endif
|
||||
|
||||
.include "../web.mk"
|
||||
|
|
Loading…
Reference in a new issue