summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a4839184..0ddf13f1 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 | \