aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/po/Makefile b/po/Makefile
index 5a67800..6194b68 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -5,7 +5,6 @@ localedir = $(RPM_BUILD_ROOT)/usr/share/locale
PGOAL = msec
# perl files to search translatable strings in
-# (If you've an error, just run "make -C ../src/msec/ help")
PL_FILES = ../src/msec/msec.py ../src/msec/msecperms.py ../src/msec/help.py \
../src/msec/msecgui.py ../src/msec/libmsec.py ../src/msec/tools.py \
../src/msec/config.py \
@@ -25,7 +24,7 @@ PREFIX = $(RPM_BUILD_ROOT)/usr
DATADIR = $(PREFIX)/share
LOCALEDIR=$(DATADIR)/locale
-GOALS = help $(PGOAL).pot $(MOFILES)
+GOALS = $(PGOAL).pot $(MOFILES)
all: $(GOALS)
@@ -41,7 +40,7 @@ clean:
%.mo: %.po
msgfmt -o $@ $<
-help:
+../src/msec/help.py:
make -C ../src/msec help
$(PGOAL).pot: $(PL_FILES)