Revision: 7017
http://winmerge.svn.sourceforge.net/winmerge/?rev=7017&view=rev
Author: denisbradford
Date: 2009-10-21 15:55:56 +0000 (Wed, 21 Oct 2009)
Log Message:
-----------
Generate toc in tour; eliminate null id attribute in Compare_files.
Modified Paths:
--------------
trunk/Docs/Users/Manual/Compare_files.xml
trunk/Docs/Users/Manual/build/build_tour.xsl
Modified: trunk/Docs/Users/Manual/Compare_files.xml
===================================================================
--- trunk/Docs/Users/Manual/Compare_files.xml 2009-10-20 18:00:37 UTC (rev 7016)
+++ trunk/Docs/Users/Manual/Compare_files.xml 2009-10-21 15:55:56 UTC (rev 7017)
@@ -6,7 +6,7 @@
<primary>comparing files</primary>
</indexterm></title>
- <para>This topic describes how to use the WinMerge File Compare window to
+ <para id="">This topic describes how to use the WinMerge File Compare window to
compare and merge text files. To understand the basic concepts about
differences discussed here, we suggest you read <xref linkend="Intro_diffs" />
first. See <xref linkend="Intro_diffs" /> for related information about hex
@@ -1938,4 +1938,4 @@
conflict file is also accepted in command line.</para>
</section>
</section>
-</article>
\ No newline at end of file
+</article>
Modified: trunk/Docs/Users/Manual/build/build_tour.xsl
===================================================================
--- trunk/Docs/Users/Manual/build/build_tour.xsl 2009-10-20 18:00:37 UTC (rev 7016)
+++ trunk/Docs/Users/Manual/build/build_tour.xsl 2009-10-21 15:55:56 UTC (rev 7017)
@@ -36,7 +36,7 @@
html/param.xsl parameters
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<xsl:param name="section.autolabel" select="0"/>
-<xsl:param name="generate.toc">book nop</xsl:param>
+<xsl:param name="generate.toc">book toc</xsl:param>
<xsl:param name="generate.meta.abstract" select="0"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|