From 53cb8254943f0cbfd5e56d75904ffe2429cfcd37 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 9 Feb 2009 00:12:19 +0000 Subject: [PATCH] [docs] Rename SGML to XML The main documentation file is DocBook XML, not SGML. --- doc/reference/Makefile.am | 2 +- doc/reference/clutter-gtk-docs.sgml | 99 ----------------------------------- doc/reference/clutter-gtk-docs.xml | 99 +++++++++++++++++++++++++++++++++++ 3 files changed, 100 insertions(+), 100 deletions(-) delete mode 100644 doc/reference/clutter-gtk-docs.sgml create mode 100644 doc/reference/clutter-gtk-docs.xml diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 451b83c..2a29971 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -12,7 +12,7 @@ AUTOMAKE_OPTIONS = 1.6 DOC_MODULE=clutter-gtk # The top-level SGML file. You can change this if you want to. -DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml +DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml # The directory containing the source code. Relative to $(srcdir). # gtk-doc will search all .c & .h files beneath here for inline comments diff --git a/doc/reference/clutter-gtk-docs.sgml b/doc/reference/clutter-gtk-docs.sgml deleted file mode 100644 index c4b38d0..0000000 --- a/doc/reference/clutter-gtk-docs.sgml +++ /dev/null @@ -1,99 +0,0 @@ - - -]> - - - - Clutter-Gtk &version; Reference Manual - Version &version; - - - 2006 - OpenedHand LTD - - - - - Permission is granted to copy, distribute and/or modify this - document under the terms of the GNU Free - Documentation License, Version 1.1 or any later - version published by the Free Software Foundation with no - Invariant Sections, no Front-Cover Texts, and no Back-Cover - Texts. You may obtain a copy of the GNU Free - Documentation License from the Free Software - Foundation by visiting their Web site or by writing - to: - -
- The Free Software Foundation, Inc., - 59 Temple Place - Suite 330, - Boston, MA 02111-1307, - USA -
-
-
-
- - - Clutter-Gtk Overview - - - yada-yada-yada - - - - - - Clutter-Gtk Widgets - - - - - Clutter-Gtk Actors - - - - - Miscellaneous - - - - - - License - - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General - Public License as published by the Free Software - Foundation; either version 2 of the License, or (at your option) - any later version. - - - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Library General Public License for - more details. - - - - You may obtain a copy of the GNU Library General - Public License from the Free Software Foundation by - visiting their Web - site or by writing to: - -
- Free Software Foundation, Inc. - 59 Temple Place - Suite 330 - Boston, MA 02111-1307 - USA -
-
-
- -
diff --git a/doc/reference/clutter-gtk-docs.xml b/doc/reference/clutter-gtk-docs.xml new file mode 100644 index 0000000..c4b38d0 --- /dev/null +++ b/doc/reference/clutter-gtk-docs.xml @@ -0,0 +1,99 @@ + + +]> + + + + Clutter-Gtk &version; Reference Manual + Version &version; + + + 2006 + OpenedHand LTD + + + + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free + Documentation License, Version 1.1 or any later + version published by the Free Software Foundation with no + Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. You may obtain a copy of the GNU Free + Documentation License from the Free Software + Foundation by visiting their Web site or by writing + to: + +
+ The Free Software Foundation, Inc., + 59 Temple Place - Suite 330, + Boston, MA 02111-1307, + USA +
+
+
+
+ + + Clutter-Gtk Overview + + + yada-yada-yada + + + + + + Clutter-Gtk Widgets + + + + + Clutter-Gtk Actors + + + + + Miscellaneous + + + + + + License + + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General + Public License as published by the Free Software + Foundation; either version 2 of the License, or (at your option) + any later version. + + + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Library General Public License for + more details. + + + + You may obtain a copy of the GNU Library General + Public License from the Free Software Foundation by + visiting their Web + site or by writing to: + +
+ Free Software Foundation, Inc. + 59 Temple Place - Suite 330 + Boston, MA 02111-1307 + USA +
+
+
+ +
-- 1.7.9.5