summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/Makefile2
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 $@ $<