summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa515859..47046cbd 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,10 @@ PERL_VENDORLIB=$(DESTDIR)/$(shell perl -V:installvendorlib | perl -pi -e "s/.*
override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"
-all: drakconf
+%.desktop: %.desktop.in
+ intltool-merge --utf8 po $< $@ -d -u -c intltool-merge-cache
+
+all: drakconf drakconf.desktop
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
drakconf: