Add TRUSTED_CONFIG_PREFIX_FILE option
[exim.git] / doc / doc-docbook / TidyInfo
index 9b9f8f290f5645b0a56aff6748735e73a53007f1..cfc27317fad00b8253de3ec318b48d989a4093fb 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 
-# $Cambridge: exim/doc/doc-docbook/TidyInfo,v 1.1 2006/04/04 14:03:49 ph10 Exp $
+# $Cambridge: exim/doc/doc-docbook/TidyInfo,v 1.2 2007/04/17 13:06:09 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
@@ -54,6 +54,7 @@ while (<>)
     {
     s/conceptindex/cindex/;
     s/optionindex/findex/;
+    s/variableindex/findex/;
     print;
     }
   }