diff --git a/en/tutorials/Makefile b/en/tutorials/Makefile index 572a3d99eb..15fd5a0960 100644 --- a/en/tutorials/Makefile +++ b/en/tutorials/Makefile @@ -1,16 +1,18 @@ -# $Id: Makefile,v 1.14 1998-07-24 13:31:04 nik Exp $ +# $Id: Makefile,v 1.15 1998-08-03 14:44:26 wosch Exp $ DOCS?= index.sgml SUBDIR= devel diskformat disklessx fonts mh multios 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/tutorials + .include "../web.mk" diff --git a/en_US.ISO_8859-1/tutorials/Makefile b/en_US.ISO_8859-1/tutorials/Makefile index 572a3d99eb..15fd5a0960 100644 --- a/en_US.ISO_8859-1/tutorials/Makefile +++ b/en_US.ISO_8859-1/tutorials/Makefile @@ -1,16 +1,18 @@ -# $Id: Makefile,v 1.14 1998-07-24 13:31:04 nik Exp $ +# $Id: Makefile,v 1.15 1998-08-03 14:44:26 wosch Exp $ DOCS?= index.sgml SUBDIR= devel diskformat disklessx fonts mh multios 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/tutorials + .include "../web.mk"