X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4f5788623ab3e8456ad254883b6cc018079aab96..7e8360e68b5372e91cc02d0450807a52f32d20da:/doc/doc-docbook/TidyInfo diff --git a/doc/doc-docbook/TidyInfo b/doc/doc-docbook/TidyInfo index 9b9f8f290..409a79324 100755 --- a/doc/doc-docbook/TidyInfo +++ b/doc/doc-docbook/TidyInfo @@ -1,7 +1,5 @@ #! /usr/bin/perl -w -# $Cambridge: exim/doc/doc-docbook/TidyInfo,v 1.1 2006/04/04 14:03:49 ph10 Exp $ - # This is script to tidy up the Texinfo file that docbook2texi produces. We # have to change "conceptindex" and "optionindex" to "cindex" and "findex", and # we also have to add access to the index into the menus and a final node. @@ -54,6 +52,7 @@ while (<>) { s/conceptindex/cindex/; s/optionindex/findex/; + s/variableindex/findex/; print; } }