From 764cec229f02fdcd93ad0b4abd8725ca42b23513 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 13 May 2014 08:16:17 +0200 Subject: make it more reliable --- po/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'po/Makefile') 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) -- cgit v1.2.1