Add new variable DOCBOOK_ONLY. If set and not empty, the linuxdoc tutorials
are not build.
This commit is contained in:
parent
9dfd462154
commit
35dca46390
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=2687
2 changed files with 8 additions and 2 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
|
||||
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)
|
||||
SUBDIR=
|
||||
.endif
|
||||
.if defined(DOCBOOK_ONLY) && !empty(DOCBOOK_ONLY)
|
||||
DOCSUBDIR=
|
||||
.endif
|
||||
|
||||
.include "../web.mk"
|
||||
|
|
|
@ -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
|
||||
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)
|
||||
SUBDIR=
|
||||
.endif
|
||||
.if defined(DOCBOOK_ONLY) && !empty(DOCBOOK_ONLY)
|
||||
DOCSUBDIR=
|
||||
.endif
|
||||
|
||||
.include "../web.mk"
|
||||
|
|
Loading…
Reference in a new issue