aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 04c6c15..b8668b6 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -11,7 +11,8 @@ PL_FILES = ../src/msec/msec.py ../src/msec/msecperms.py ../src/msec/help.py \
../src/msec/plugins/audit.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
+ ../src/msec/plugins/sudo.py ../src/msec/plugins/log.py \
+ ../src/msec/man.py
SHELL_FILES =../cron-sh/security.sh
# C-like files to search translatable strings in
#CFILES =
@@ -26,6 +27,8 @@ LOCALEDIR=$(DATADIR)/locale
GOALS = $(PGOAL).pot $(MOFILES)
+.PHONY: $(PGOAL).pot
+
all: $(GOALS)
install: all