diff options
author | raveit65 <[email protected]> | 2018-03-15 17:50:12 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-15 17:50:12 +0100 |
commit | 205fb7d3eb333041170824d00814983f39fc46a4 (patch) | |
tree | a4b4d18e1f84e1797526cac7f6d64b5ad7a603eb | |
parent | 4dc3e67ed6b6368d4995da885818d67dc12a647d (diff) | |
download | libmatemixer-205fb7d3eb333041170824d00814983f39fc46a4.tar.bz2 libmatemixer-205fb7d3eb333041170824d00814983f39fc46a4.tar.xz |
tx: create a executable makepot
and move libmatemixer.pot to srcdir
-rw-r--r-- | libmatemixer.pot (renamed from po/libmatemixer.pot) | 0 | ||||
-rwxr-xr-x | makepot | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/po/libmatemixer.pot b/libmatemixer.pot index b1157fa..b1157fa 100644 --- a/po/libmatemixer.pot +++ b/libmatemixer.pot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=libmatemixer; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |