Add new variable DOCBOOK_ONLY. If set and not empty, the linuxdoc tutorials
are not build.
This commit is contained in:
parent
dfc082433c
commit
1156707a79
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2687
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.12 1998-01-18 22:27:43 jfieber Exp $
|
# $Id: Makefile,v 1.13 1998-04-16 08:53:48 wosch Exp $
|
||||||
|
|
||||||
DOCS?= index.sgml
|
DOCS?= index.sgml
|
||||||
SUBDIR= devel diskformat disklessx fonts mh multios newuser upgrade
|
SUBDIR= devel diskformat disklessx fonts mh multios newuser upgrade
|
||||||
|
@ -9,5 +9,8 @@ SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
||||||
.if defined $(NEW_BUILD)
|
.if defined $(NEW_BUILD)
|
||||||
SUBDIR=
|
SUBDIR=
|
||||||
.endif
|
.endif
|
||||||
|
.if defined(DOCBOOK_ONLY) && !empty(DOCBOOK_ONLY)
|
||||||
|
DOCSUBDIR=
|
||||||
|
.endif
|
||||||
|
|
||||||
.include "../web.mk"
|
.include "../web.mk"
|
||||||
|
|
Loading…
Reference in a new issue