aboutsummaryrefslogtreecommitdiff
path: root/en/tutorials/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'en/tutorials/Makefile')
-rw-r--r--en/tutorials/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/en/tutorials/Makefile b/en/tutorials/Makefile
deleted file mode 100644
index 7c21f15e90..0000000000
--- a/en/tutorials/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $Id: Makefile,v 1.16 1998-08-04 14:24:23 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/
-
-.include "../web.mk"