summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-24 14:25:57 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-24 14:29:28 +0000
commit0f478933108de342b0948b9e3cc6d4f00fbbfe0a (patch)
treeabdfc152713049477ebd9a8913ddeb620478f59a /Makefile.am
parent4e3837d0f31af26dd460f7196323af10aac24be1 (diff)
downloadlibguestfs-0f478933108de342b0948b9e3cc6d4f00fbbfe0a.tar.gz
libguestfs-0f478933108de342b0948b9e3cc6d4f00fbbfe0a.tar.xz
libguestfs-0f478933108de342b0948b9e3cc6d4f00fbbfe0a.zip
build: Rename update-bugs as update-bugs.sh.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e6da0296..35bf7a99 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -172,7 +172,7 @@ website: $(HTMLFILES) $(TEXTFILES)
dist-hook:
$(top_srcdir)/build-aux/gitlog-to-changelog > ChangeLog
cp ChangeLog $(distdir)/ChangeLog
- $(top_srcdir)/update-bugs > BUGS-t
+ $(top_srcdir)/update-bugs.sh > BUGS-t
mv BUGS-t BUGS
cp BUGS $(distdir)/BUGS
git log --pretty="format:%an" | sort -u | \