summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43b8cab8..042965ba 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ URPMIDIR = $(PREFIX)/etc/urpmi
LOCALEDIR = $(PREFIX)/usr/share/locale
-.PHONY: install
+.PHONY: install clean
install: autoirpm.update-all
$(MAKE) -C po $@
@@ -25,6 +25,9 @@ install: autoirpm.update-all
autoirpm.update-all: %: %.cc
$(CXX) -I/usr/include/rpm -g $< -lrpm -ldb1 -lz -o $@
+tar: clean
+ cd .. ; tar cfy urpmi.tar.bz2 urpmi
+
po:
$(MAKE) -C $@