diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index a671640..52f166f 100644 --- a/po/Makefile +++ b/po/Makefile @@ -11,6 +11,7 @@ PL_FILES = ../src/msec/msec.py ../src/msec/msecperms.py ../src/msec/help.py \ ../src/msec/plugins/pam.py ../src/msec/plugins/network.py \ ../src/msec/plugins/msec.py ../src/msec/plugins/sectool.py \ ../src/msec/plugins/sudo.py ../src/msec/plugins/log.py +SHELL_FILES =../cron-sh/security.sh # C-like files to search translatable strings in #CFILES = @@ -42,7 +43,8 @@ help: make -C ../src/msec help $(PGOAL).pot: $(PL_FILES) - ./pygettext.py -o $(PGOAL).pot $(PL_FILES) + ./pygettext.py -k eval_gettext -o $(PGOAL).pot $(PL_FILES) + xgettext -L Shell --strict -c -n --omit-header --output - $(SHELL_FILES) >> $(PGOAL).pot update_n_merge: $(PGOAL).pot merge |