# Texi2html 1.64
# ==============
# This script also comes with TeTex. The version included with it
# (check 'texi2html --version') is most likely newer than this one.
# teTeX is included with Slackware
# If you ever want to uninstall texi2html, this should do it:
cd
su
test -d src/texi2html-* && ( cd src/texi2html-* ; make uninstall )
rm -f /usr/local/bin/texi2html \
/usr/local/info/texi2html.info \
/usr/local/man/man1/texi2html.1 \
/usr/local/html/texi2html.html
rmdir --ignore-fail-on-non-empty /usr/local/html
exit
find ~/src -maxdepth 1 -type d -name "texi2html-*" -exec rm -r {} \;
rm -f ~/installed/texi2html-*.tar.*