doc/en/news/1998/Makefile
Hiroki Sato b05c6e03b5 Introduce doc.xml.mk and XMLDOC variable to simplify build
of XML docs.  Note that XML catalog support is still incomplete.
2005-09-18 04:33:46 +00:00

16 lines
360 B
Makefile

# $FreeBSD: www/en/news/1998/Makefile,v 1.3 2004/04/07 11:41:47 phantom Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= index.sgml
XMLDOCS= press:../oldpress.xsl::
SRCS.press= ../includes.xsl
DEPENDSET.press= transtable
.include "${WEB_PREFIX}/share/mk/web.site.mk"