r1907 - trunk/varnish-cache/doc
    des at projects.linpro.no 
    des at projects.linpro.no
       
    Mon Aug 20 21:27:08 CEST 2007
    
    
  
Author: des
Date: 2007-08-20 21:27:08 +0200 (Mon, 20 Aug 2007)
New Revision: 1907
Modified:
   trunk/varnish-cache/doc/Makefile.am
Log:
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.
Modified: trunk/varnish-cache/doc/Makefile.am
===================================================================
--- trunk/varnish-cache/doc/Makefile.am	2007-08-20 19:20:48 UTC (rev 1906)
+++ trunk/varnish-cache/doc/Makefile.am	2007-08-20 19:27:08 UTC (rev 1907)
@@ -7,7 +7,7 @@
 
 all: ${CHANGELOGS}
 
-EXTRA_DIST = ${CHANGELOGS}
+EXTRA_DIST = ${CHANGELOGS} changes.css changes-html.xsl
 
 CLEANFILES = ${CHANGELOGS}
 
@@ -15,3 +15,5 @@
 
 .xml.html:
 	${XSLTPROC} --xinclude -o $@ $<
+
+${CHANGELOGS}:  changes-html.xsl
    
    
More information about the varnish-commit
mailing list