diff --git a/en/tutorials/Makefile b/en/tutorials/Makefile index c5f16afacc..0201a9db51 100644 --- a/en/tutorials/Makefile +++ b/en/tutorials/Makefile @@ -1,25 +1,26 @@ -# $Id: Makefile,v 1.17 1999-04-26 21:45:30 nik Exp $ +# $Id: Makefile,v 1.18 1999-04-27 18:33:23 nik Exp $ DOCS?= index.sgml SUBDIR= devel SUBDIR+= diskformat SUBDIR+= disklessx -SUBDIR+= docproj-primer SUBDIR+= fonts SUBDIR+= mh SUBDIR+= multios SUBDIR+= newuser -DOCSUBDIR= ddwg ppp +DOCSUBDIR= docproj-primer +DOCSUBDIR+= ddwg +DOCSUBDIR+= 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 c5f16afacc..0201a9db51 100644 --- a/en_US.ISO_8859-1/tutorials/Makefile +++ b/en_US.ISO_8859-1/tutorials/Makefile @@ -1,25 +1,26 @@ -# $Id: Makefile,v 1.17 1999-04-26 21:45:30 nik Exp $ +# $Id: Makefile,v 1.18 1999-04-27 18:33:23 nik Exp $ DOCS?= index.sgml SUBDIR= devel SUBDIR+= diskformat SUBDIR+= disklessx -SUBDIR+= docproj-primer SUBDIR+= fonts SUBDIR+= mh SUBDIR+= multios SUBDIR+= newuser -DOCSUBDIR= ddwg ppp +DOCSUBDIR= docproj-primer +DOCSUBDIR+= ddwg +DOCSUBDIR+= 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"