]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Doc: add NEWS.older to html generation
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 5 Jun 2026 05:17:24 +0000 (07:17 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 5 Jun 2026 05:17:24 +0000 (07:17 +0200)
A while back I split up NEWS NEWS.old and NEWS.older. I didn't notice
that I should have also updated the html generation to use the new
file.

docs/Makefile.am
docs/xml/dist-docs.xml

index 6eefe186fcfd4ec5f6e6507e10b5774152a1184e..8b3f55c6bf06aa1044992a63836281a1ea6aa9d9 100644 (file)
@@ -186,6 +186,7 @@ MANUAL_XML_FILES = $(myxmldir)/index.xml \
                       $(top_srcdir)/AUTHORS \
                       $(top_srcdir)/NEWS \
                       $(top_srcdir)/NEWS.old \
+                      $(top_srcdir)/NEWS.older \
                       $(top_srcdir)/README \
                       $(top_srcdir)/README_MISSING_SYSCALL_OR_IOCTL \
                       $(top_srcdir)/README_DEVELOPERS \
index 31b1708852602146c4820d6227715414d9b4f5b6..399beaed4bec8198979a2d7671dbb34765bcb0c1 100644 (file)
           xmlns:xi="http://www.w3.org/2001/XInclude" />
     </literallayout>
   </chapter>
+  <chapter id="dist.news.older" xreflabel="Older News">
+    <title>EVEN OLDER NEWS</title>
+    <literallayout>
+      <xi:include href="../../NEWS.older" parse="text"
+          xmlns:xi="http://www.w3.org/2001/XInclude" />
+    </literallayout>
+  </chapter>
 
   <chapter id="dist.readme" xreflabel="Readme">
     <title>README</title>