X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=58736f83fc81caa2b6be21ca2468df21bc89e689;hp=8472285b9a2a7208b23fe8657f4778602c4a9e0f;hb=5b77be72bc4e46c7a53a24f1eb4cbd107a708f17;hpb=feb0cd04822231f056c3086f322afbefc2e2467c diff --git a/Makefile.am b/Makefile.am index 8472285..58736f8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,7 +71,7 @@ endif EXTRA_DIST = \ $(generator_built) \ html/pod.css \ - HACKING TODO \ + BUGS HACKING RELEASE-NOTES TODO \ libguestfs.pc libguestfs.pc.in \ recipes/LICENSE \ recipes/README \ @@ -158,11 +158,13 @@ website: $(HTMLFILES) $(TEXTFILES) -e "s/SUBST_DATE/$$date/" \ < index.html.in > index.html -# Generate the ChangeLog automatically from the gitlog. - +# When doing 'make dist' update a few files automatically. dist-hook: $(top_srcdir)/build-aux/gitlog-to-changelog > ChangeLog cp ChangeLog $(distdir)/ChangeLog + $(top_srcdir)/update-bugs > BUGS-t + mv BUGS-t BUGS + cp BUGS $(distdir)/BUGS # Update the list of translatable files in po/POTFILES.in. all-local: