diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-14 22:39:35 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2001-11-14 22:39:35 +0000 |
commit | e874c4290abc9b8ab52635f93b305d645eb3c01d (patch) | |
tree | b27318516efa99a3a75b435ed4ee54fe088d6a91 /docs/reference/gdk-pixbuf/Makefile.am | |
parent | 3470c6347f972c917b2e6eb5d8c9ad58ecba8f95 (diff) | |
download | gtk+-e874c4290abc9b8ab52635f93b305d645eb3c01d.tar.gz |
Add --sgml-mode.
* docs/reference/gdk/Makefile.am (MKDB_OPTIONS),
docs/reference/gdk-pixbuf/Makefile.am (MKDB_OPTIONS),
docs/reference/gtk/Makefile.am (MKDB_OPTIONS): Add --sgml-mode.
* docs/reference/gdk-pixbuf/tmpl/file-saving.sgml,
docs/reference/gdk-pixbuf/tmpl/module_interface.sgml,
docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-xlib-rgb.sgml: Consistent shor
Diffstat (limited to 'docs/reference/gdk-pixbuf/Makefile.am')
-rw-r--r-- | docs/reference/gdk-pixbuf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am index 2ab36d5be8..dd781216d5 100644 --- a/docs/reference/gdk-pixbuf/Makefile.am +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -13,7 +13,7 @@ DOC_SOURCE_DIR=../../../gdk-pixbuf SCAN_OPTIONS=--source-dir=../../../contrib/gdk-pixbuf-xlib # Extra options to supply to gtkdoc-mkdb -MKDB_OPTIONS=--source-dir=../../../contrib/gdk-pixbuf-xlib +MKDB_OPTIONS=--sgml-mode --source-dir=../../../contrib/gdk-pixbuf-xlib # Extra options to supply to gtkdoc-fixref FIXXREF_OPTIONS= |