#!/bin/sh
# contributed by Dietmar Theobald

mv tclIndex tclIndex.orig
sed 's|^\(X[^ ]*\) \(.*\)|set auto_index(\1) "source $dir/\2"|' tclIndex.orig > tclIndex

