diff --git a/en/tutorials/Makefile b/en/tutorials/Makefile index 3dc4224078..941bf96952 100644 --- a/en/tutorials/Makefile +++ b/en/tutorials/Makefile @@ -1,5 +1,9 @@ -DOCS= index.sgml +DOCS?= index.sgml SUBDIR= devel disklessx fonts mh multios newuser DOCSUBDIR= ddwg ppp +.if defined $(NEW_BUILD) +SUBDIR= +.endif + .include "../web.mk" diff --git a/en_US.ISO_8859-1/tutorials/Makefile b/en_US.ISO_8859-1/tutorials/Makefile index 3dc4224078..941bf96952 100644 --- a/en_US.ISO_8859-1/tutorials/Makefile +++ b/en_US.ISO_8859-1/tutorials/Makefile @@ -1,5 +1,9 @@ -DOCS= index.sgml +DOCS?= index.sgml SUBDIR= devel disklessx fonts mh multios newuser DOCSUBDIR= ddwg ppp +.if defined $(NEW_BUILD) +SUBDIR= +.endif + .include "../web.mk"