From: des Date: Mon, 20 Aug 2007 19:27:08 +0000 (+0000) Subject: Distribute all the files that are needed to recreate the change logs, and X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a86f1e5873242d923187dc77d0bc5d20e8ef7cb;p=varnish Distribute all the files that are needed to recreate the change logs, and add an explicit dependency so the logs are regenerated if the stylesheet changes. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1907 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/doc/Makefile.am b/varnish-cache/doc/Makefile.am index 967adb59..124bd325 100644 --- a/varnish-cache/doc/Makefile.am +++ b/varnish-cache/doc/Makefile.am @@ -7,7 +7,7 @@ CHANGELOGS = \ all: ${CHANGELOGS} -EXTRA_DIST = ${CHANGELOGS} +EXTRA_DIST = ${CHANGELOGS} changes.css changes-html.xsl CLEANFILES = ${CHANGELOGS} @@ -15,3 +15,5 @@ SUFFIXES = .xml .html .xml.html: ${XSLTPROC} --xinclude -o $@ $< + +${CHANGELOGS}: changes-html.xsl