docs: rename *-docs.sgml to *-docs.xml
authorJavier Jardón <jjardon@gnome.org>
Sun, 22 Apr 2012 20:56:07 +0000 (21:56 +0100)
committerJavier Jardón <jjardon@gnome.org>
Mon, 23 Apr 2012 01:31:32 +0000 (02:31 +0100)
We are using xml docbook nowadays

12 files changed:
docs/reference/gio/gio-docs.xml
docs/reference/glib/Makefile.am
docs/reference/glib/building.xml [moved from docs/reference/glib/building.sgml with 100% similarity]
docs/reference/glib/changes.xml [moved from docs/reference/glib/changes.sgml with 100% similarity]
docs/reference/glib/compiling.xml [moved from docs/reference/glib/compiling.sgml with 100% similarity]
docs/reference/glib/cross.xml [moved from docs/reference/glib/cross.sgml with 100% similarity]
docs/reference/glib/glib-docs.xml [moved from docs/reference/glib/glib-docs.sgml with 95% similarity]
docs/reference/glib/regex-syntax.xml [moved from docs/reference/glib/regex-syntax.sgml with 100% similarity]
docs/reference/glib/resources.xml [moved from docs/reference/glib/resources.sgml with 100% similarity]
docs/reference/glib/running.xml [moved from docs/reference/glib/running.sgml with 100% similarity]
docs/reference/gobject/Makefile.am
docs/reference/gobject/gobject-docs.xml [moved from docs/reference/gobject/gobject-docs.sgml with 97% similarity]

index 293c711..f5c599d 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
+                      'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd' [
 <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
 <!ENTITY version SYSTEM "version.xml">
 ]>
index 2ceae09..d2a54f1 100644 (file)
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = 1.6
 DOC_MODULE=glib
 
 # The top-level SGML file.
-DOC_MAIN_SGML_FILE=glib-docs.sgml
+DOC_MAIN_SGML_FILE=glib-docs.xml
 
 # The directory containing the source code. Relative to $(srcdir)
 DOC_SOURCE_DIR=$(top_srcdir)/glib $(top_srcdir)/gmodule
@@ -60,13 +60,13 @@ HTML_IMAGES =                               \
 
 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
 content_files =                                \
-       cross.sgml                      \
-       running.sgml                    \
-       building.sgml                   \
-       changes.sgml                    \
-       compiling.sgml                  \
-       resources.sgml                  \
-       regex-syntax.sgml               \
+       cross.xml                       \
+       running.xml                     \
+       building.xml                    \
+       changes.xml                     \
+       compiling.xml                   \
+       resources.xml                   \
+       regex-syntax.xml                \
        version.xml                     \
        glib-gettextize.xml             \
        gtester.xml                     \
@@ -75,7 +75,7 @@ content_files =                               \
        gvariant-text.xml
 
 expand_content_files =                         \
-       compiling.sgml
+       compiling.xml
 
 # Extra options to supply to gtkdoc-fixref
 FIXXREF_OPTIONS=--extra-dir=$(srcdir)/../gobject/html --extra-dir=$(srcdir)/../gio/html
similarity index 95%
rename from docs/reference/glib/glib-docs.sgml
rename to docs/reference/glib/glib-docs.xml
index 19b91df..baf7887 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
-               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
+                      'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd' [
 <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
 <!ENTITY version SYSTEM "version.xml">
 ]>
       structure, they must use a lock to synchronize their operation.
     </para>
 
-    <xi:include href="building.sgml" />
-    <xi:include href="cross.sgml" />
-    <xi:include href="xml/compiling.sgml" />
-    <xi:include href="running.sgml" />
-    <xi:include href="changes.sgml" />
-    <xi:include href="resources.sgml" />
+    <xi:include href="building.xml" />
+    <xi:include href="cross.xml" />
+    <xi:include href="xml/compiling.xml" />
+    <xi:include href="running.xml" />
+    <xi:include href="changes.xml" />
+    <xi:include href="resources.xml" />
 
   </chapter>
 
@@ -91,7 +91,7 @@
     <xi:include href="xml/option.xml" />
     <xi:include href="xml/patterns.xml" />
     <xi:include href="xml/gregex.xml" />
-    <xi:include href="regex-syntax.sgml" />
+    <xi:include href="regex-syntax.xml" />
     <xi:include href="xml/markup.xml" />
     <xi:include href="xml/keyfile.xml" />
     <xi:include href="xml/bookmarkfile.xml" />
index 3a637b7..3425f2d 100644 (file)
@@ -7,7 +7,7 @@ AUTOMAKE_OPTIONS = 1.6
 DOC_MODULE=gobject
 
 # The top-level SGML file.
-DOC_MAIN_SGML_FILE=gobject-docs.sgml
+DOC_MAIN_SGML_FILE=gobject-docs.xml
 
 # The directory containing the source code. Relative to $(srcdir)
 DOC_SOURCE_DIR=$(top_srcdir)/gobject
similarity index 97%
rename from docs/reference/gobject/gobject-docs.sgml
rename to docs/reference/gobject/gobject-docs.xml
index f6860da..201d63b 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
-               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
+<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
+                      'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd' [
 
 <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
 <!ENTITY version SYSTEM "version.xml">