From 2a38ca26a418d158bc5e4dcda027049ab9515725 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Mon, 16 May 2011 20:22:46 +0000 Subject: Delete ChangeLog. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1d6e74d..cb9e2f2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for python-updater MAN_INCLUDE=man.include VERSION=$(shell ./python-updater -V) -FILES=AUTHORS ChangeLog python-updater python-updater.1 +FILES=AUTHORS python-updater python-updater.1 PKGDIR=python-updater-$(VERSION) TARBALL=$(PKGDIR).tar.bz2 @@ -18,7 +18,7 @@ clean: tarball: mkdir $(PKGDIR) cp $(FILES) $(PKGDIR) - tar cjf $(TARBALL) $(PKGDIR) + tar -cjf $(TARBALL) $(PKGDIR) rm -fr $(PKGDIR) upload: scp $(TARBALL) dev.gentoo.org:/space/distfiles-local -- cgit v1.2.3-65-gdbad