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@
20 lines
467 B
Makefile
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"
|