#!/usr/bin/perl # tbraun 9.2.2006 # first delete some groups and keys, if they exist print "# DELETEGROUP [Tool/Archive/Default]\n"; print "# DELETEGROUP [Tool/LaTeXtoHTML/latex2html]\n"; print "# DELETEGROUP [Tool/LaTeXtoHTML/TeX4ht]\n"; print "# DELETEGROUP [Tool/LaTeXtoDocBook/Default]\n"; print "# DELETE [Tools]Archive\n"; print "# DELETE [Tools]LaTeXtoHTML\n"; print "# DELETE [Tools]LaTeXtoDocBook\n"; print "# DELETE [Tools]TeX4ht\n"; print "# DELETE [ToolsGUI]Archive\n"; print "# DELETE [ToolsGUI]LaTeXtoHTML\n"; print "# DELETE [ToolsGUI]LaTeXtoDocBook\n"; print "# DELETE [ToolsGUI]TeX\n"; print "# DELETE [ToolsGUI]PDFTeX\n"; # now filter the configuration file print <