From 8d1fcc8e4c1939d52fb7ae46c368ac803c6770d7 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 28 Mar 2017 16:26:17 +0100 Subject: docs: Remove unnecessary ancillary version file GTK-Doc exposes the various package metadata as entities to be included already. --- configure.ac | 3 +-- doc/Makefile.am | 3 +-- doc/clutter-gtk-1.0-docs.xml | 23 ++++++++--------------- doc/version.xml.in | 1 - 4 files changed, 10 insertions(+), 20 deletions(-) delete mode 100644 doc/version.xml.in diff --git a/configure.ac b/configure.ac index b8dd3cb..a5cc8a7 100644 --- a/configure.ac +++ b/configure.ac @@ -198,7 +198,7 @@ AC_SUBST(GTK_PREFIX) AC_SUBST(GDK_PIXBUF_PREFIX) AC_SUBST(CLUTTER_PREFIX) -GTK_DOC_CHECK([1.14], [--flavour=no-tmpl]) +GTK_DOC_CHECK([1.24], [--flavour=no-tmpl]) GOBJECT_INTROSPECTION_CHECK([0.9.12]) @@ -211,7 +211,6 @@ AC_CONFIG_FILES([ clutter-gtk/gtk-clutter-version.h doc/Makefile - doc/version.xml examples/Makefile diff --git a/doc/Makefile.am b/doc/Makefile.am index 92125bf..c22cef8 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -61,7 +61,7 @@ HTML_IMAGES= # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). # e.g. content_files=running.sgml building.sgml changes-2.0.sgml -content_files=version.xml +content_files= # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded # These files must be listed here *and* in content_files @@ -82,4 +82,3 @@ include $(top_srcdir)/gtk-doc.make # Other files to distribute # e.g. EXTRA_DIST += version.xml.in -EXTRA_DIST += version.xml.in diff --git a/doc/clutter-gtk-1.0-docs.xml b/doc/clutter-gtk-1.0-docs.xml index 76c5d7a..c89a361 100644 --- a/doc/clutter-gtk-1.0-docs.xml +++ b/doc/clutter-gtk-1.0-docs.xml @@ -1,13 +1,16 @@ - + + + %gtkdocentities; ]> - Clutter-Gtk &version; Reference Manual - Version &version; + Clutter-Gtk 1.0 Reference Manual + for Clutter-GTK &package_version; 2006, 2007, 2008, 2009 @@ -99,21 +102,11 @@ - - Index of new symbols in 1.2 - - - Index of new symbols in 1.4 - - Index of new symbols in 1.6 - - - Index of deprecated symbols diff --git a/doc/version.xml.in b/doc/version.xml.in deleted file mode 100644 index 27323da..0000000 --- a/doc/version.xml.in +++ /dev/null @@ -1 +0,0 @@ -@VERSION@ \ No newline at end of file -- cgit v1.2.1