diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-04-01 06:21:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-01 06:21:19 +0800 |
commit | 26dce62cbb2158f140f5d3f96a5b189eb02e324c (patch) | |
tree | 02f0c61c6445e0a8765ab0029d139f68b2c4f33c | |
parent | 32e811aff0f069ea8759c22bc3b10fc15f2818ba (diff) | |
download | gsoc2013-evolution-26dce62cbb2158f140f5d3f96a5b189eb02e324c.tar.gz gsoc2013-evolution-26dce62cbb2158f140f5d3f96a5b189eb02e324c.tar.zst gsoc2013-evolution-26dce62cbb2158f140f5d3f96a5b189eb02e324c.zip |
Add --name-space to MKDB_OPTIONS.
-rw-r--r-- | doc/reference/shell/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/reference/shell/Makefile.am b/doc/reference/shell/Makefile.am index 97322a1c40..509d2d0469 100644 --- a/doc/reference/shell/Makefile.am +++ b/doc/reference/shell/Makefile.am @@ -18,8 +18,7 @@ SCANGOBJ_OPTIONS= SCAN_OPTIONS= # Extra options to supply to gtkdoc-mkdb. -# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml -MKDB_OPTIONS=--sgml-mode --output-format=xml +MKDB_OPTIONS=--sgml-mode --output-format=xml --name-space=e # Extra options to supply to gtkdoc-mktmpl # e.g. MKTMPL_OPTIONS=--only-section-tmpl |