doc/en_US.ISO8859-1/htdocs/multimedia/Makefile
Gabor Kovesdan 2e69c9e705 - XSLTify the multimedia pages with a slightly different approach than the
earlier one.  It does not any more has per-tag and per-source pages
  but one page for tags and one for sources with anchors.  With the current
  number of entries it will probably be fine for a long time but if once
  we need to divide it into smaller chunks, it will be easier with XSLT.
- Now the documents are also rebuilt if stylesheets or the source XML
  database changes and the build time is drastically decreased.

Reviewed by:	www@
2012-09-21 10:02:57 +00:00

20 lines
467 B
Makefile

# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
.if exists(Makefile.inc)
.include "Makefile.inc"
.endif
XMLDOCS= multimedia:xsl:multimedia-input.xml:
XMLDOCS+= multimedia-rss:xsl:multimedia-input.xml:multimedia.xml
XMLDOCS+= sources:xsl:multimedia-input.xml:
XMLDOCS+= tags:xsl:multimedia-input.xml:
INDEXLINK= multimedia.html
.include "${DOC_PREFIX}/share/mk/web.site.mk"