diff --git a/en/tutorials/Makefile b/en/tutorials/Makefile index 7c21f15e90..c5f16afacc 100644 --- a/en/tutorials/Makefile +++ b/en/tutorials/Makefile @@ -1,18 +1,25 @@ -# $Id: Makefile,v 1.16 1998-08-04 14:24:23 wosch Exp $ +# $Id: Makefile,v 1.17 1999-04-26 21:45:30 nik Exp $ DOCS?= index.sgml -SUBDIR= devel diskformat disklessx fonts mh multios newuser +SUBDIR= devel +SUBDIR+= diskformat +SUBDIR+= disklessx +SUBDIR+= docproj-primer +SUBDIR+= fonts +SUBDIR+= mh +SUBDIR+= multios +SUBDIR+= newuser DOCSUBDIR= ddwg ppp 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 WEBBASE?= /data/ .include "../web.mk" diff --git a/en_US.ISO_8859-1/tutorials/Makefile b/en_US.ISO_8859-1/tutorials/Makefile index 7c21f15e90..c5f16afacc 100644 --- a/en_US.ISO_8859-1/tutorials/Makefile +++ b/en_US.ISO_8859-1/tutorials/Makefile @@ -1,18 +1,25 @@ -# $Id: Makefile,v 1.16 1998-08-04 14:24:23 wosch Exp $ +# $Id: Makefile,v 1.17 1999-04-26 21:45:30 nik Exp $ DOCS?= index.sgml -SUBDIR= devel diskformat disklessx fonts mh multios newuser +SUBDIR= devel +SUBDIR+= diskformat +SUBDIR+= disklessx +SUBDIR+= docproj-primer +SUBDIR+= fonts +SUBDIR+= mh +SUBDIR+= multios +SUBDIR+= newuser DOCSUBDIR= ddwg ppp 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 WEBBASE?= /data/ .include "../web.mk"