summaryrefslogtreecommitdiff
path: root/makepot
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-15 17:50:12 +0100
committerraveit65 <[email protected]>2018-03-15 17:50:12 +0100
commit205fb7d3eb333041170824d00814983f39fc46a4 (patch)
treea4b4d18e1f84e1797526cac7f6d64b5ad7a603eb /makepot
parent4dc3e67ed6b6368d4995da885818d67dc12a647d (diff)
downloadlibmatemixer-205fb7d3eb333041170824d00814983f39fc46a4.tar.bz2
libmatemixer-205fb7d3eb333041170824d00814983f39fc46a4.tar.xz
tx: create a executable makepot
and move libmatemixer.pot to srcdir
Diffstat (limited to 'makepot')
-rwxr-xr-xmakepot5
1 files changed, 5 insertions, 0 deletions
diff --git a/makepot b/makepot
new file mode 100755
index 0000000..f1425c1
--- /dev/null
+++ b/makepot
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+PACKAGE=libmatemixer;
+
+make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .