summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e6c428c..00ddc32 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
PACKAGE = mageiawelcome
VERSION = 0.8.1
+GITPATH = git://git.mageia.org/software/mageiawelcome
TEXT_FILES = makepot \
Makefile
@@ -14,6 +15,9 @@ clean:
cleandist: clean
rm -fr $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.xz
+install:
+ make -C po DESTDIR=$(RPM_BUILD_ROOT)/usr install
+
dir:
mkdir $(PACKAGE)-$(VERSION)