Commit bebf3bfb authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

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: http://www.varnish-cache.org/svn/trunk/varnish-cache@1907 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 9ee5f2bd
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment