summaryrefslogtreecommitdiff
path: root/data/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'data/Makefile')
-rw-r--r--data/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/Makefile b/data/Makefile
new file mode 100644
index 00000000..b2a02e76
--- /dev/null
+++ b/data/Makefile
@@ -0,0 +1,9 @@
+
+DOMAIN=update-manager
+DESKTOP_IN_FILES := $(wildcard *.desktop.in)
+DESKTOP_FILES := $(patsubst %.desktop.in,%.desktop,$(wildcard *.desktop.in))
+
+all: $(DESKTOP_FILES)
+
+%.desktop: %.desktop.in ../po/$(DOMAIN).pot
+ intltool-merge -d ../po $< $@