summaryrefslogtreecommitdiffstats
path: root/data/Makefile
diff options
context:
space:
mode:
authorNicolas Lécureuil <nlecureuil@mandriva.com>2011-08-30 13:16:42 +0000
committerNicolas Lécureuil <nlecureuil@mandriva.com>2011-08-30 13:16:42 +0000
commitc590a4a7c162d1a81dbf02ca2e174384af0385bb (patch)
tree7e1279550b8e48add99b7b41281d27d249d279f3 /data/Makefile
parent39d2ee13572a6dc634c0c454dfc43e0297483279 (diff)
downloaddrakx-net-c590a4a7c162d1a81dbf02ca2e174384af0385bb.tar
drakx-net-c590a4a7c162d1a81dbf02ca2e174384af0385bb.tar.gz
drakx-net-c590a4a7c162d1a81dbf02ca2e174384af0385bb.tar.bz2
drakx-net-c590a4a7c162d1a81dbf02ca2e174384af0385bb.tar.xz
drakx-net-c590a4a7c162d1a81dbf02ca2e174384af0385bb.zip
Create 2010.1 branch for drakx-net
Diffstat (limited to 'data/Makefile')
-rw-r--r--data/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/Makefile b/data/Makefile
new file mode 100644
index 0000000..37bcab0
--- /dev/null
+++ b/data/Makefile
@@ -0,0 +1,10 @@
+DESKTOP_IN := $(wildcard *.desktop.in)
+DESKTOP = $(DESKTOP_IN:.desktop.in=.desktop)
+
+all: $(DESKTOP)
+
+clean:
+ rm -f $(DESKTOP)
+
+%.desktop: %.desktop.in
+ intltool-merge --utf8 -d ../po $< $@ -c ../po/.intltool-merge-cache