summaryrefslogtreecommitdiff
path: root/makepot
blob: 95af3933af1d778942070c00a91715c00a9868ca (plain)
1
2
3
4
5
6
7
8
#! /bin/sh

PACKAGE=pluma;

# normal translations
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
# translations for user-quide
make -C help $PACKAGE.pot