doc/en_US.ISO_8859-1/tutorials/Makefile

17 lines
357 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.14 1998-07-24 13:31:04 nik Exp $
DOCS?= index.sgml
SUBDIR= devel diskformat disklessx fonts mh multios newuser
1997-03-23 17:27:47 +01:00
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"