diff options
-rw-r--r-- | atril.pot (renamed from po/atril.pot) | 0 | ||||
-rwxr-xr-x | makepot | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/po/atril.pot b/atril.pot index 14a27d78..14a27d78 100644 --- a/po/atril.pot +++ b/atril.pot diff --git a/makepot b/makepot new file mode 100755 index 00000000..2fc02fc8 --- /dev/null +++ b/makepot @@ -0,0 +1,5 @@ +#! /bin/sh + +PACKAGE=atril; + +make -C po $PACKAGE.pot && mv po/$PACKAGE.pot . |