diff options
author | Nik Clayton <nik@FreeBSD.org> | 1999-04-26 21:45:30 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 1999-04-26 21:45:30 +0000 |
commit | 9095ae5051f686c0bcb34301ca0b42eb44dd681b (patch) | |
tree | 1c39892cbde8ee35fcd075be382d98e676630020 /en/tutorials | |
parent | 03e32648ec7453485ceea0bdc433276a29d70417 (diff) |
Notes
Diffstat (limited to 'en/tutorials')
-rw-r--r-- | en/tutorials/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/en/tutorials/Makefile b/en/tutorials/Makefile index 7c21f15e90..c5f16afacc 100644 --- a/en/tutorials/Makefile +++ b/en/tutorials/Makefile @@ -1,7 +1,14 @@ -# $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 |