diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-05-27 22:21:34 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-05-27 22:21:34 +0000 |
commit | b8ac7818be13e1fcdcef5f09117da15b89553d61 (patch) | |
tree | a90275683a94fd15582e1ec8b75f99ee274b8220 /docs/Makefile.am | |
parent | 25878a0341a8076296ab4ae88ee972641e6f963c (diff) | |
download | pango-b8ac7818be13e1fcdcef5f09117da15b89553d61.tar.gz |
Produce XML, not SGML.
* docs/*: Produce XML, not SGML.
* pango/fonts.c (pango_font_family_list_faces): Docs typo fix.
* pango/pango-color.c (pango_color_parse): Fix markup to reduce
spurious <link>s.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index deccc950..d7400240 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -13,7 +13,7 @@ DOC_SOURCE_DIR=../pango SCAN_OPTIONS= # Extra options to supply to gtkdoc-mkdb -MKDB_OPTIONS=--sgml-mode +MKDB_OPTIONS=--sgml-mode --output-format=xml # Extra options to supply to gtkdoc-fixref FIXXREF_OPTIONS= |