Author: Ralf Treinen <treinen@debian.org>
Description: specify shell, use standard name for distclean

Index: bibtex2html/Makefile.in
===================================================================
--- bibtex2html.orig/Makefile.in	2010-04-03 12:16:17.000000000 +0200
+++ bibtex2html/Makefile.in	2010-04-03 12:16:44.000000000 +0200
@@ -14,6 +14,8 @@
 #  (enclosed in the file GPL).                                           #
 ##########################################################################
 
+SHELL=/bin/bash
+
 #########################################
 # Configuration part
 #########################################
@@ -334,7 +336,7 @@
 	rm -f bibtex2html.static bib2bib.static
 	rm -f bibtex2html.byte bib2bib.byte
 
-dist-clean:: clean
+distclean:: clean
 	rm -f Makefile aux2bib config.log config.status
 
 depend:: $(GENERATED)
