doc/en_US.ISO_8859-1/tutorials/Makefile
1999-09-06 06:53:43 +00:00

26 lines
476 B
Makefile

# $FreeBSD$
DOCS?= index.sgml
SUBDIR= devel
SUBDIR+= diskformat
SUBDIR+= disklessx
SUBDIR+= fonts
SUBDIR+= mh
SUBDIR+= multios
SUBDIR+= newuser
DOCSUBDIR= docproj-primer
DOCSUBDIR+= ddwg
DOCSUBDIR+= 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"