diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 + |