diff --git a/Makefile.am b/Makefile.am index a4839184a..0ddf13f1c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -203,8 +203,8 @@ website: $(HTMLFILES) $(TEXTFILES) dist-hook: $(top_srcdir)/build-aux/gitlog-to-changelog > ChangeLog cp ChangeLog $(distdir)/ChangeLog - $(top_srcdir)/update-bugs.sh > BUGS-t - mv BUGS-t BUGS +# $(top_srcdir)/update-bugs.sh > BUGS-t +# mv BUGS-t BUGS cp BUGS $(distdir)/BUGS git log --pretty="format:%an <%ae>" | sort -u | uniq -w 10 | \ grep -v rjones | \