aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2014-05-13 08:16:17 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2014-05-13 08:16:59 +0200
commit764cec229f02fdcd93ad0b4abd8725ca42b23513 (patch)
treedc7de367a430f98fae800e06acf81f52321a1dfb /po/Makefile
parent352a4475b1cffda4b423a65f3c68c7c78f617029 (diff)
downloadmsec-764cec229f02fdcd93ad0b4abd8725ca42b23513.tar
msec-764cec229f02fdcd93ad0b4abd8725ca42b23513.tar.gz
msec-764cec229f02fdcd93ad0b4abd8725ca42b23513.tar.bz2
msec-764cec229f02fdcd93ad0b4abd8725ca42b23513.tar.xz
msec-764cec229f02fdcd93ad0b4abd8725ca42b23513.zip
make it more reliable
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)