Author: Ralf Treinen <treinen@debian.org>
Description: remove more generated files in clean targets

Index: bibtex2html/Makefile.in
===================================================================
--- bibtex2html.orig/Makefile.in	2010-04-03 11:56:04.000000000 +0200
+++ bibtex2html/Makefile.in	2010-04-03 12:07:04.000000000 +0200
@@ -324,18 +324,18 @@
 GENERATED = bibtex_lexer.ml bbl_lexer.ml \
 	    latexscan.ml latex_accents.ml condition_lexer.ml \
 	    bibtex_parser.mli bibtex_parser.ml \
-            condition_parser.mli condition_parser.ml version.ml
+            condition_parser.mli condition_parser.ml version.ml version.tex
 
 clean::
 	rm -f *~ *.cm[iox] *.o 
 	rm -f $(GENERATED)
 	rm -f bibtex2html bib2bib
-	rm -f manual.{aux,log,dvi,pdf,toc,haux,html}
+	rm -f manual.{aux,log,dvi,pdf,toc,haux,htoc,html}
 	rm -f bibtex2html.static bib2bib.static
 	rm -f bibtex2html.byte bib2bib.byte
 
 dist-clean:: clean
-	rm -f Makefile aux2bib
+	rm -f Makefile aux2bib config.log config.status
 
 depend:: $(GENERATED)
 	rm -f .depend
