[Libguestfs] [PATCH 1/3] po-docs: There are no *.pl files in the po-docs subdirectories any longer.

Richard W.M. Jones rjones at redhat.com
Tue Mar 18 16:02:37 UTC 2014


---
 po-docs/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/po-docs/Makefile.am b/po-docs/Makefile.am
index 71489d8..fd4efbf 100644
--- a/po-docs/Makefile.am
+++ b/po-docs/Makefile.am
@@ -53,7 +53,7 @@ libguestfs-docs.pot: po4a.conf
 	  --msgid-bugs-address libguestfs at redhat.com \
 	  --copyright-holder "Red Hat Inc." \
 	  po4a.conf
-	for f in `cd $(srcdir); find $(linguas) -name '*.pod' -o -name '*.pl'`; do \
+	for f in `cd $(srcdir); find $(linguas) -name '*.pod'`; do \
 	  echo '=encoding utf8' > $$f.new; \
 	  awk 'FNR >= 14 { print }' < $(srcdir)/$$f >> $$f.new; \
 	  mv $$f.new $$f; \
-- 
1.8.5.3




More information about the Libguestfs mailing list