[clutter/clutter-1.18] docs: Remove --sgml-mode from the build options



commit fa891a7a3c83d1ab06e241bc99fae684f3e3469a
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Mon Mar 17 23:11:29 2014 +0000

    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 4c9a1a0..107cf22 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 59f7824..115b3a1 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]