]> Pileus Git - ~andy/gtk/commit
Add rule to regenerate man pages from Docbook. (man_MANS): Add
authorMatthias Clasen <maclas@gmx.de>
Tue, 17 Jun 2003 00:37:28 +0000 (00:37 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 17 Jun 2003 00:37:28 +0000 (00:37 +0000)
commitfcffe5a1abb031909e85a8b5b2f1adbe587389ed
treeb86fa96d53bddea9393af8d416f3d01a4a9b0b56
parent5e4a3fbab16b7b71f4966a7e16ca8213e70a8340
Add rule to regenerate man pages from Docbook. (man_MANS): Add

2003-06-17  Matthias Clasen  <maclas@gmx.de>

* gdk-pixbuf/Makefile.am: Add rule to regenerate man pages from
Docbook.
(man_MANS): Add gdk-pixbuf-csource.1, gdk-pixbuf-query-loaders.1.
(content_files): Add gdk-pixbuf-csource.xml,
gdk-pixbuf-query-loaders.xml.

* gdk-pixbuf/gdk-pixbuf-csource.xml: New refentry, containing the
former gdk-pixbuf/gdk-pixbuf-csource.1, converted to Docbook.

* gdk-pixbuf/gdk-pixbuf-query-loaders.xml: New refentry.

* gdk-pixbuf/gdk-pixbuf-csource.1:
* gdk-pixbuf/gdk-pixbuf-query-loaders.1: Man pages generated from
the .xml sources.

* gdk-pixbuf/gdk-pixbuf.sgml: Include gdk-pixbuf-csource.xml and
gdk-pixbuf-query-loaders.xml.

* gtk/Makefile.am: Add rule to regenerate man pages from Docbook.
(man_MANS): Add gtk-query-immodules-2.0.1
(content_files): Add gtk-query-immodules-2.0.xml

* gtk/gtk-query-immodules-2.0.xml: New refentry.

* gtk/gtk-query-immodules-2.0.1: Man page generated from the .xml
source.

* gtk/gtk-docs.sgml: Include gtk-query-immodules-2.0.xml.

* acinclude.m4 (JH_PATH_XML_CATALOG, JH_CHECK_XML_CATALOG): New
macros to check for XML catalog contents and path, borrowed from
gtk-doc.
* configure.in: New option --enable-man to enable regeneration of
man pages from Docbook, if the necessary tools are found.
19 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
acinclude.m4
configure.in
docs/reference/ChangeLog
docs/reference/gdk-pixbuf/Makefile.am
docs/reference/gdk-pixbuf/gdk-pixbuf-csource.1 [new file with mode: 0644]
docs/reference/gdk-pixbuf/gdk-pixbuf-csource.xml [new file with mode: 0644]
docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.1 [new file with mode: 0644]
docs/reference/gdk-pixbuf/gdk-pixbuf-query-loaders.xml [new file with mode: 0644]
docs/reference/gdk-pixbuf/gdk-pixbuf.sgml
docs/reference/gtk/Makefile.am
docs/reference/gtk/gtk-docs.sgml
docs/reference/gtk/gtk-query-immodules-2.0.1 [new file with mode: 0644]
docs/reference/gtk/gtk-query-immodules-2.0.xml [new file with mode: 0644]
gdk-pixbuf/Makefile.am