diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-01 21:36:05 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-01 21:36:05 +0100 |
commit | 2c8148b79f367e9b6dac571b724b89007f81a11b (patch) | |
tree | eba5b4d5ec1da8e57fd8146077df55f95033525a /po/Makefile | |
parent | 0b256230c1cc8378571032cb52509b4eef226c4e (diff) | |
download | drakx-net-2c8148b79f367e9b6dac571b724b89007f81a11b.tar drakx-net-2c8148b79f367e9b6dac571b724b89007f81a11b.tar.gz drakx-net-2c8148b79f367e9b6dac571b724b89007f81a11b.tar.bz2 drakx-net-2c8148b79f367e9b6dac571b724b89007f81a11b.tar.xz drakx-net-2c8148b79f367e9b6dac571b724b89007f81a11b.zip |
i18n: Do not version POTFILES.in
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 2eab54f..5955ec8 100644 --- a/po/Makefile +++ b/po/Makefile @@ -24,7 +24,7 @@ install: all done clean: - rm -f *~ *.[oas] *.mo $(POTFILE) $(MOFILES) TAGS + rm -f *~ *.[oas] *.mo $(POTFILE) POTFILES.in $(MOFILES) TAGS %.mo: %.po msgfmt -o $@ $< |