[PATCH] Remove the special handling for en@*.po and en@*.mo

David Shea dshea at redhat.com
Tue Oct 29 19:13:54 UTC 2013


We don't generate those files anymore so there's no need to deal with
them.
---
 Makefile.am | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index fdecf27..f55c722 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,8 +47,6 @@ tag:
 	@echo "Tagged as $(ARCHIVE_TAG)"
 
 po-pull:
-	rm -f $(srcdir)/po/en at boldquot.gmo $(srcdir)/po/en at boldquot.po
-	rm -f $(srcdir)/po/en at quot.gmo $(srcdir)/po/en at quot.po
 	rpm -q transifex-client &>/dev/null || ( echo "need to run: yum install transifex-client"; exit 1 )
 	tx pull $(TX_PULL_ARGS)
 
-- 
1.8.3.1



More information about the anaconda-patches mailing list