summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-12-18 16:14:13 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-12-18 16:14:13 +0000
commit9a7b5f4d7331c74fc6dc8c8d05e07d334e6b1776 (patch)
tree89e671e2f563800df56774a26596a9da815173ef /Makefile
parentfe8c215734245c88f739b43420770752c63d6310 (diff)
downloadurpmi-9a7b5f4d7331c74fc6dc8c8d05e07d334e6b1776.tar
urpmi-9a7b5f4d7331c74fc6dc8c8d05e07d334e6b1776.tar.gz
urpmi-9a7b5f4d7331c74fc6dc8c8d05e07d334e6b1776.tar.bz2
urpmi-9a7b5f4d7331c74fc6dc8c8d05e07d334e6b1776.tar.xz
urpmi-9a7b5f4d7331c74fc6dc8c8d05e07d334e6b1776.zip
no_comment
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 $@