X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=doc%2Fdoc-docbook%2FTidyInfo;h=409a79324900839707982fb3b4581c38a6126b89;hp=9b9f8f290f5645b0a56aff6748735e73a53007f1;hb=dfe7d917154afce0e4016a60f142bd540677930f;hpb=4f5788623ab3e8456ad254883b6cc018079aab96 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; } }