X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=Makefile.in;h=ef2eadca10c1942947f55c6aa4dcbfb8499ed510;hp=1793bfca6e3d018fe6c60508d5206f9cb0b3a074;hb=9c2eb792420c3ef3c56166a49fd0c045fab5649a;hpb=9da8ce8817616f6fd928369586645435ec215202 diff --git a/Makefile.in b/Makefile.in index 1793bfc..ef2eadc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,5 +1,5 @@ # virt-top -# Copyright (C) 2007-2008 Red Hat Inc., Richard W.M. Jones +# Copyright (C) 2007-2009 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 @@ -42,20 +42,6 @@ distclean: clean rm -f Makefile rm -f virt-top/Makefile -# Windows installer (requires NSIS). - -WININSTALLER := $(PACKAGE)-$(VERSION).exe - -ifneq ($(MAKENSIS),) -wininstaller: $(WININSTALLER) - -$(WININSTALLER): wininstaller.nsis all opt - "$(MAKENSIS)" \ - //DPACKAGE=$(PACKAGE) //DVERSION=$(VERSION) \ - //DOUTFILE=$@ $< - ls -l $@ -endif - # Distribution. dist: ChangeLog @@ -69,14 +55,14 @@ dist: ChangeLog ls -l $(PACKAGE)-$(VERSION).tar.gz check-manifest: - hg manifest | sort > .check-manifest; \ + git ls-files | sort > .check-manifest; \ sort MANIFEST > .orig-manifest; \ diff -u .orig-manifest .check-manifest; rv=$$?; \ rm -f .orig-manifest .check-manifest; \ exit $$rv -ChangeLog: - hg log --style changelog > $@.new +ChangeLog: $(shell find -type f) + ./gitlog-to-changelog > $@.new mv $@.new $@ .PHONY: all opt depend install clean distclean force \ No newline at end of file