diff options
Diffstat (limited to 'grpmi/po/Makefile')
-rw-r--r-- | grpmi/po/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grpmi/po/Makefile b/grpmi/po/Makefile index d8ac59bb..8448a01e 100644 --- a/grpmi/po/Makefile +++ b/grpmi/po/Makefile @@ -33,6 +33,7 @@ merge: grpmi.pot grpmi.pot: $(PL_CFILES) $(CFILES) xgettext -F -n --add-comments='-PO' --keyword=_ --language=C -o $@ $(PL_CFILES) $(CFILES) + rm $(PL_CFILES) install: for l in $(LANGS); do \ |