diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-05 06:37:57 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:01 -0500 |
commit | 4e9d50090156a2e6eecc656e5474a86e3648f088 (patch) | |
tree | cd32e7bce61cc14fb95169253de71f37754cea91 /docs | |
parent | 4a94f2a5ae74caab936daf6a3de389078fdb63ec (diff) | |
download | samba-4e9d50090156a2e6eecc656e5474a86e3648f088.tar.gz samba-4e9d50090156a2e6eecc656e5474a86e3648f088.tar.bz2 samba-4e9d50090156a2e6eecc656e5474a86e3648f088.zip |
Fix double entry of index in ToC
(This used to be commit a363e32cdc64e424c9d5389dac0b9498279aff65)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xslt/latex.overrides.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/xslt/latex.overrides.xml b/docs/xslt/latex.overrides.xml index 73967c6487..20d1e7642c 100644 --- a/docs/xslt/latex.overrides.xml +++ b/docs/xslt/latex.overrides.xml @@ -5,5 +5,6 @@ </latexmapping> <latexmapping role="end"> <mapping key="glossary" text=""/> + <mapping key="index" text=""/> </latexmapping> </latexbindings> |