doc/en_US.ISO_8859-1/tutorials/Makefile

19 lines
377 B
Makefile
Raw Normal View History

1998-08-04 16:24:23 +02:00
# $Id: Makefile,v 1.16 1998-08-04 14:24:23 wosch 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
1998-08-04 16:24:23 +02:00
WEBBASE?= /data/
1998-08-03 16:44:26 +02:00
.include "../web.mk"