diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index acbb0701..55d8d67a 100644 --- a/po/Makefile +++ b/po/Makefile @@ -29,7 +29,7 @@ install: all done clean: - rm -f *~ *.[oas] *.mo $(MOFILES) TAGS $(PL_CFILES) + rm -f *~ *.[oas] *.mo $(MOFILES) TAGS $(PL_CFILES) POTFILES.in %.mo: %.po msgfmt -o $@ $< |