diff options
-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 |