r1908 - in branches/1.1: . doc
    des at projects.linpro.no 
    des at projects.linpro.no
       
    Mon Aug 20 21:27:26 CEST 2007
    
    
  
Author: des
Date: 2007-08-20 21:27:26 +0200 (Mon, 20 Aug 2007)
New Revision: 1908
Modified:
   branches/1.1/
   branches/1.1/doc/Makefile.am
Log:
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.
........
Property changes on: branches/1.1
___________________________________________________________________
Name: svnmerge-integrated
   - /trunk/varnish-cache:1-1722,1727-1729,1738,1743-1777,1779-1795,1797-1798,1800-1808,1810-1815,1817,1819,1823,1831-1838,1846,1853-1855,1857-1859,1862,1865,1867-1868,1871,1873-1880,1896,1898,1902-1905
   + /trunk/varnish-cache:1-1722,1727-1729,1738,1743-1777,1779-1795,1797-1798,1800-1808,1810-1815,1817,1819,1823,1831-1838,1846,1853-1855,1857-1859,1862,1865,1867-1868,1871,1873-1880,1896,1898,1902-1905,1907
Modified: branches/1.1/doc/Makefile.am
===================================================================
--- branches/1.1/doc/Makefile.am	2007-08-20 19:27:08 UTC (rev 1907)
+++ branches/1.1/doc/Makefile.am	2007-08-20 19:27:26 UTC (rev 1908)
@@ -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