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

PACKAGE=engrampa;

# normal translations
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .

# translations for user-quide
make -C help $PACKAGE.pot