Mailing List Archive

r2298 - trunk/varnish-cache/doc
Author: des
Date: 2007-12-18 17:50:26 +0100 (Tue, 18 Dec 2007)
New Revision: 2298

Modified:
trunk/varnish-cache/doc/Makefile.am
Log:
Order change logs in reverse chronological order to make it easier to add
new ones.


Modified: trunk/varnish-cache/doc/Makefile.am
===================================================================
--- trunk/varnish-cache/doc/Makefile.am 2007-12-18 16:47:44 UTC (rev 2297)
+++ trunk/varnish-cache/doc/Makefile.am 2007-12-18 16:50:26 UTC (rev 2298)
@@ -1,14 +1,14 @@
# $Id$

CHANGELOGS = \
- changes-1.0.4.html \
+ changes-1.1.1.html \
changes-1.1.html \
- changes-1.1.1.html
+ changes-1.0.4.html

XML = \
+ changes-1.1-1.1.1.xml \
+ changes-1.0.4-1.1.xml \
changes-1.0.3-1.0.4.xml \
- changes-1.0.4-1.1.xml \
- changes-1.1-1.1.1.xml \
${CHANGELOGS:.html=.xml}

all: ${CHANGELOGS}