summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index a232acfd..a74493b4 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -120,6 +120,10 @@ testall:
make test
sudo make test TEST_FILES='t/superuser--*.t'
+%.desktop: %.desktop.in
+ intltool-merge --utf8 po \$< \$@ -d -u -c intltool-merge-cache
+
+
**MM**
}