diff options
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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"; \ |