From 0cfd213c861f83527321615a950687ad825efc33 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 7 Mar 2008 09:58:38 +0000 Subject: (localdist) kill it since it performs the same stuff as (dist) --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index b0bd0aa..5d17603 100644 --- a/Makefile +++ b/Makefile @@ -43,9 +43,6 @@ install: install -d $(RPM_BUILD_ROOT)/usr/share/man/`basename $$i`/man8 ; \ install -m 644 $$i/*.8 $(RPM_BUILD_ROOT)/usr/share/man/`basename $$i`/man8 ; \ done - -localdist: cleandist dir export tar - cleandist: rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2 -- cgit v1.2.1