diff options
author | Dave Hodgins <davidwhodgins@mageia.org> | 2013-10-03 18:11:05 -0400 |
---|---|---|
committer | Dave Hodgins <davidwhodgins@mageia.org> | 2013-10-03 18:11:05 -0400 |
commit | 08043104a378b4ae376b22a701ae140808e0f07c (patch) | |
tree | 5aaa1eb44df21fc8923db159d207db716863ee65 | |
parent | ef634b52ca7f6cb11d67044e655fc3697c3929c1 (diff) | |
download | copyiso2usb-08043104a378b4ae376b22a701ae140808e0f07c.tar copyiso2usb-08043104a378b4ae376b22a701ae140808e0f07c.tar.gz copyiso2usb-08043104a378b4ae376b22a701ae140808e0f07c.tar.bz2 copyiso2usb-08043104a378b4ae376b22a701ae140808e0f07c.tar.xz copyiso2usb-08043104a378b4ae376b22a701ae140808e0f07c.zip |
fix po/Makefile
-rw-r--r-- | po/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 0c1f329..13b1f8e 100644 --- a/po/Makefile +++ b/po/Makefile @@ -39,7 +39,6 @@ POTFILES.in: $(PGOAL).pot: $(PL_FILES) POTFILES.in intltool-update --gettext-package desktopstuff --pot - perl_checker -q --generate-pot $(PGOAL)_tmp.pot $(PL_FILES) msgcat --use-first $(PGOAL)_tmp.pot desktopstuff.pot > $@ rm -f desktopstuff.pot $(PGOAL)_tmp.pot |