From: Simon Josefsson Date: Thu, 28 Oct 2004 12:09:41 +0000 (+0000) Subject: Reenable --sgml-mode. X-Git-Tag: gnutls_1_1_22~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93d092491fed3795af5218dfaad00e67fa91d2ff;p=thirdparty%2Fgnutls.git Reenable --sgml-mode. --- diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 06d0233411..6630816e23 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -30,7 +30,7 @@ SCAN_OPTIONS=--source-dir ../../includes/gnutls \ # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml -MKDB_OPTIONS=--output-format=xml $(SCAN_OPTIONS) +MKDB_OPTIONS=--sgml-mode --output-format=xml $(SCAN_OPTIONS) # Extra options to supply to gtkdoc-fixref. Not normally needed. # e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html