diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-01 21:31:00 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-01 21:31:00 +0100 |
commit | 64cb65b115f3a2558d282469cd4267110b25f6e1 (patch) | |
tree | a3a7ab4837e467acb13b3a4832ca78ea5cafa3c9 | |
parent | 8223c275633a16738af4580ee99a6b3e10cfa46e (diff) | |
download | control-center-64cb65b115f3a2558d282469cd4267110b25f6e1.tar control-center-64cb65b115f3a2558d282469cd4267110b25f6e1.tar.gz control-center-64cb65b115f3a2558d282469cd4267110b25f6e1.tar.bz2 control-center-64cb65b115f3a2558d282469cd4267110b25f6e1.tar.xz control-center-64cb65b115f3a2558d282469cd4267110b25f6e1.zip |
i18n: Make sure POTFILES.in is cleaned
-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 $@ $< |