#! /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.
{
s/conceptindex/cindex/;
s/optionindex/findex/;
+ s/variableindex/findex/;
print;
}
}