build: Temporarily disable generation of 'BUGS' file.

Red Hat Bugzilla is broken: RHBZ#823510.
This commit is contained in:
Richard W.M. Jones
2012-05-21 15:24:32 +01:00
parent d51631034a
commit 91f3456244

View File

@@ -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 | \