diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/po/Makefile b/po/Makefile index acc22d1f..284396ec 100644 --- a/po/Makefile +++ b/po/Makefile @@ -23,9 +23,6 @@ all: $(PGOAL).pot $(MOFILES) $(PL_CFILES): %_.c: % ../grpmi/po/fake_c.pl $< > $@ -%.mo: %.po - msgfmt -o $@ $< - merge: $(PGOAL).pot @for n in $(POFILES); do \ echo "Merging $$n"; \ |