Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=329ea38c97628bd081cb0f7ec6eb8854a79b2a39
commit 329ea38c97628bd081cb0f7ec6eb8854a79b2a39
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date: Thu Nov 22 13:59:33 2007 +0100
clean up update-po and pot targets
diff --git a/Makefile b/Makefile
index 73448d0..dadeb44 100644
--- a/Makefile
+++ b/Makefile
@@ -68,15 +68,14 @@ release:
-ba -u 20F55619 frugalwareutils-$(VERSION).tar.gz
mv frugalwareutils-$(VERSION).tar.gz{,.asc} ../
-# FIXME: extend these to handle po4a, too
update-po:
- for i in `find . -type d -name po|egrep -v '_darcs|doc'`; \
+ for i in `find . -type d -name po`; \
do \
$(MAKE) -C $$i update-po; \
done
pot:
- for i in `find . -type d -name po|egrep -v '_darcs|doc'`; \
+ for i in `find . -type d -name po`; \
do \
$(MAKE) -C $$i pot; \
done
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git