e43d54cdc3
to link to it any more, and the version on my website is currently more up to date. An AltaVista search to see if any one else had linked to it didn't turn up anything, so I think this is pretty safe. I'll 'cvs remove' the directory and its files shortly.
16 lines
357 B
Makefile
16 lines
357 B
Makefile
# $Id: Makefile,v 1.14 1998-07-24 13:31:04 nik 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
|
|
|
|
.include "../web.mk"
|