X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.in;h=1793bfca6e3d018fe6c60508d5206f9cb0b3a074;hb=933504867bc0d5bd1a9ed0e782bc1853f884275f;hp=83fc0cbb00e2e10f86cd254c186fefc25e7ece02;hpb=e86f4987469c26213c6693b35cde3b48a4732524;p=virt-top.git diff --git a/Makefile.in b/Makefile.in index 83fc0cb..1793bfc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # virt-top -# Copyright (C) 2007 Red Hat Inc., Richard W.M. Jones +# Copyright (C) 2007-2008 Red Hat Inc., Richard W.M. Jones # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -58,7 +58,7 @@ endif # Distribution. -dist: +dist: ChangeLog $(MAKE) check-manifest rm -rf $(PACKAGE)-$(VERSION) mkdir $(PACKAGE)-$(VERSION) @@ -75,5 +75,8 @@ check-manifest: rm -f .orig-manifest .check-manifest; \ exit $$rv -.PHONY: all opt depend install clean distclean configure dist check-manifest \ - release release_stage_2 release_stage_3 force \ No newline at end of file +ChangeLog: + hg log --style changelog > $@.new + mv $@.new $@ + +.PHONY: all opt depend install clean distclean force \ No newline at end of file