[gtk-doc] docs: mention that the main file is .xml or can be .sgml



commit 246913323d9e6b9127337ed81fae637a5792f522
Author: Stefan Kost <ensonic users sf net>
Date:   Sun Feb 27 22:06:16 2011 +0200

    docs: mention that the main file is .xml or can be .sgml

 help/manual/C/gtk-doc-manual.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/help/manual/C/gtk-doc-manual.xml b/help/manual/C/gtk-doc-manual.xml
index 4273b94..385f7fb 100644
--- a/help/manual/C/gtk-doc-manual.xml
+++ b/help/manual/C/gtk-doc-manual.xml
@@ -586,7 +586,7 @@ gtkdocize || exit 1
         The first make run generates several additional files in the doc-dirs.
         The important ones are:
         <filename>&lt;package&gt;.types</filename>,
-        <filename>&lt;package&gt;-docs.sgml</filename>,
+        <filename>&lt;package&gt;-docs.xml</filename> (in the past .sgml),
         <filename>&lt;package&gt;-sections.txt</filename>.
       </para>
       <para>
@@ -612,9 +612,9 @@ make
       <para>
         As a rule of the thumb, it's those files you edit, that should go under
         version control. For typical projects it's these files:
-        <filename>&lt;package&gt;.types</filename>
-        <filename>&lt;package&gt;-docs.sgml</filename>
-        <filename>&lt;package&gt;-sections.txt</filename>
+        <filename>&lt;package&gt;.types</filename>,
+        <filename>&lt;package&gt;-docs..xml</filename> (in the past .sgml),
+        <filename>&lt;package&gt;-sections.txt</filename>,
         <filename>Makefile.am</filename>
       </para>
     </sect1>
@@ -1403,7 +1403,7 @@ typedef enum {
       There are a couple of extra files, that need to be maintained along with
       the inline source code comments:
       <filename>&lt;package&gt;.types</filename>,
-      <filename>&lt;package&gt;-docs.sgml</filename>,
+      <filename>&lt;package&gt;-docs.xml</filename> (in the past .sgml),
       <filename>&lt;package&gt;-sections.txt</filename>.
     </para>
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]