* Merged newxml into HEAD
[linux_from_scratch.git] / editor-manual / chapter04 / updateindex.xml
blob90e07df2c189a6903577ddce0bf5442a476402ae
1 <sect1 id="ch04-updateindex">
2 <title>Updating index.xml</title>
3 <?dbhtml filename="updateindex.html" dir="chapter04"?>
5 <para>The following elements should be updated in the
6 <filename>index.xml</filename> file whenever <emphasis>any</emphasis> change
7 (including small typo fixes) is made:</para>
9 <para><screen>&lt;!ENTITY version "20020429"&gt;
10 &lt;!ENTITY releasedate "April 29th, 2002"&gt;</screen></para>
12 <para>The two dates must be the same, and the first is in the YYYYMMDD
13 format.</para>
15 <para>Effectively, you'll only do this if you happen to be the first person
16 on a particular day who made a change.</para>
18 </sect1>