summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-04-24 11:21:33 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-04-24 11:21:33 +0000
commit3aa632a221074ae6f166b75631d1f3ab532f07db (patch)
treea5f807b62fdaa0ac00716696b5c05825a3af5383 /Makefile
parentcc97063fd8cdc3b3b5643b3db9cbe9cf851a3d55 (diff)
downloaddraklive-install-3aa632a221074ae6f166b75631d1f3ab532f07db.tar
draklive-install-3aa632a221074ae6f166b75631d1f3ab532f07db.tar.gz
draklive-install-3aa632a221074ae6f166b75631d1f3ab532f07db.tar.bz2
draklive-install-3aa632a221074ae6f166b75631d1f3ab532f07db.tar.xz
draklive-install-3aa632a221074ae6f166b75631d1f3ab532f07db.zip
Make draklive-install desktop file translatable
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e22588..6554523 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ VERSION = 1.17
dli_confdir = ${sysconfdir}/$(NAME).d
dli_sysconfigdir = $(dli_confdir)/sysconfig
-all:
+all: mandriva-draklive-install.desktop
make -C po
install:
@@ -48,3 +48,7 @@ changelog: ChangeLog
ChangeLog:
svn2cl --accum --authors ../../soft/common/username.xml
rm -f *.bak
+
+mandriva-draklive-install.desktop: mandriva-draklive-install.desktop.in
+ intltool-merge --utf8 po \$< \$@ -d -u -c intltool-merge-cache
+