From 4c5770c6216150ce32e440e8e8110e26db575baf Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Mon, 22 Mar 2004 16:43:37 +0000 Subject: Added Makefile rule to generate easile the *.pom files --- po/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'po') diff --git a/po/Makefile b/po/Makefile index 9e04ab3d..f283fe00 100644 --- a/po/Makefile +++ b/po/Makefile @@ -23,6 +23,9 @@ all: $(MOFILES) ./clean_po.pl "$<"f > "$<"g msgfmt -o $@ "$<"g +%.pom: %.po + ./get_from_compssusers.pl "$<" > $@ + merge: $(PGOAL).pot @for n in $(POFILES); do \ echo "Merging $$n"; \ -- cgit v1.2.1