diff options
author | raveit65 <[email protected]> | 2018-03-16 13:31:41 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-03-16 13:33:03 +0100 |
commit | 1a5cc46600ee50003ec4ceee0aa2e09784ba70fa (patch) | |
tree | 9a90e8febfac0c2aaeb3aaa92de1cc5ae59f1dc9 | |
parent | 1ca9b13480d699ca5777e60f3a2bea5fbd8c6e50 (diff) | |
download | libmatekbd-1a5cc46600ee50003ec4ceee0aa2e09784ba70fa.tar.bz2 libmatekbd-1a5cc46600ee50003ec4ceee0aa2e09784ba70fa.tar.xz |
tx: add makepot and move .pot file to srcdir
-rw-r--r-- | libmatekbd.pot (renamed from po/libmatekbd.pot) | 0 | ||||
-rwxr-xr-x | makepot | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/po/libmatekbd.pot b/libmatekbd.pot index d4bc584..d4bc584 100644 --- a/po/libmatekbd.pot +++ b/libmatekbd.pot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=libmatekbd; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |