diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-04 22:33:52 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-04 22:33:52 +0000 |
commit | 89d1969ff9c609aee6a75ede6f8bc23a9367e5c6 (patch) | |
tree | f1ff5c8114bc94448927ea7d8d56df1b672060e9 | |
parent | c458fa2072c8283a905d862fe9d7010e54605525 (diff) | |
download | mandi-89d1969ff9c609aee6a75ede6f8bc23a9367e5c6.tar mandi-89d1969ff9c609aee6a75ede6f8bc23a9367e5c6.tar.gz mandi-89d1969ff9c609aee6a75ede6f8bc23a9367e5c6.tar.bz2 mandi-89d1969ff9c609aee6a75ede6f8bc23a9367e5c6.tar.xz mandi-89d1969ff9c609aee6a75ede6f8bc23a9367e5c6.zip |
remove more old dist stuff
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,6 +12,5 @@ clean: dist: clean rm -rf $(PACKAGE)-$(VERSION) ../$(PACKAGE)-$(VERSION).tar* svn export -q -rBASE . ../$(PACKAGE)-$(VERSION) - tar c . | tar x -C ../$(PACKAGE)-$(VERSION) --exclude .svn tar cvjf ../mandi-$(VERSION).tar.bz2 ../mandi-$(VERSION) rm -rf ../mandi-$(VERSION) |