summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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
+