diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-01 21:42:36 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-01 21:43:45 +0100 |
commit | 1e572c6febdc3a7cc345ef1e1dd36aa9d7414844 (patch) | |
tree | 20b62f41d201409afbcb942753e63aaa484538b8 /po | |
parent | c87e8cd53ceaf972903a8d9c0c692cc409e0273b (diff) | |
download | drakx-kbd-mouse-x11-1e572c6febdc3a7cc345ef1e1dd36aa9d7414844.tar drakx-kbd-mouse-x11-1e572c6febdc3a7cc345ef1e1dd36aa9d7414844.tar.gz drakx-kbd-mouse-x11-1e572c6febdc3a7cc345ef1e1dd36aa9d7414844.tar.bz2 drakx-kbd-mouse-x11-1e572c6febdc3a7cc345ef1e1dd36aa9d7414844.tar.xz drakx-kbd-mouse-x11-1e572c6febdc3a7cc345ef1e1dd36aa9d7414844.zip |
i18n: Do not version POTFILES.in
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/po/Makefile b/po/Makefile index f11b883..47bbfaf 100644 --- a/po/Makefile +++ b/po/Makefile @@ -26,7 +26,7 @@ install: all done clean: - rm -f *~ *.[oas] *.mo TAGS + rm -f *~ *.[oas] *.mo POTFILES.in TAGS %.mo: %.po msgfmt -o $@ $< diff --git a/po/POTFILES.in b/po/POTFILES.in deleted file mode 100644 index d3cda6d..0000000 --- a/po/POTFILES.in +++ /dev/null @@ -1,3 +0,0 @@ -polkit/policy/org.mageia.drakkeyboard.policy.in -polkit/policy/org.mageia.drakmouse.policy.in -polkit/policy/org.mageia.drakx11.policy.in |