Commit 8c3feba0 authored by Dag Erling Smørgrav's avatar Dag Erling Smørgrav

Merged revisions 1907 via svnmerge from

svn+ssh://projects.linpro.no/svn/varnish/trunk/varnish-cache

........
  r1907 | des | 2007-08-20 21:27:08 +0200 (Mon, 20 Aug 2007) | 4 lines
  
  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/branches/1.1@1908 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 13d89850
......@@ -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