diff --git a/en/tutorials/Makefile b/en/tutorials/Makefile index d89b4c97ac..4b03f39fff 100644 --- a/en/tutorials/Makefile +++ b/en/tutorials/Makefile @@ -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" diff --git a/en_US.ISO_8859-1/tutorials/Makefile b/en_US.ISO_8859-1/tutorials/Makefile index d89b4c97ac..4b03f39fff 100644 --- a/en_US.ISO_8859-1/tutorials/Makefile +++ b/en_US.ISO_8859-1/tutorials/Makefile @@ -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"