From fa891a7a3c83d1ab06e241bc99fae684f3e3469a Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 17 Mar 2014 23:11:29 +0000 Subject: [PATCH] docs: Remove --sgml-mode from the build options We're not providing SGML any more. --- doc/reference/cally/Makefile.am | 2 +- doc/reference/clutter/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference/cally/Makefile.am b/doc/reference/cally/Makefile.am index 4c9a1a057..107cf22da 100644 --- a/doc/reference/cally/Makefile.am +++ b/doc/reference/cally/Makefile.am @@ -29,7 +29,7 @@ SCAN_OPTIONS=--deprecated-guards="CALLY_DISABLE_DEPRECATED" # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml -MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=cally +MKDB_OPTIONS=--output-format=xml --name-space=cally # Extra options to supply to gtkdoc-mktmpl # e.g. MKTMPL_OPTIONS=--only-section-tmpl diff --git a/doc/reference/clutter/Makefile.am b/doc/reference/clutter/Makefile.am index 59f782425..115b3a1dd 100644 --- a/doc/reference/clutter/Makefile.am +++ b/doc/reference/clutter/Makefile.am @@ -16,7 +16,7 @@ SCAN_OPTIONS = --deprecated-guards="CLUTTER_DISABLE_DEPRECATED" # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml -MKDB_OPTIONS = --sgml-mode --output-format=xml --name-space=clutter +MKDB_OPTIONS = --output-format=xml --name-space=clutter # Extra options to supply to gtkdoc-mktmpl # e.g. MKTMPL_OPTIONS=--only-section-tmpl