[vlc-devel] commit: Make the update-po rule a bit more hackish (Christophe Mutricy )

git version control git at videolan.org
Sun Jul 6 00:38:41 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Sat Jul  5 23:33:56 2008 +0100| [b8d04358994c85c7b38ecf077dab64d6219e2867]

Make the update-po rule a bit more hackish

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b8d04358994c85c7b38ecf077dab64d6219e2867
---

 Makefile.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index f1a3639..6da3f84 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1123,6 +1123,9 @@ update-po:
 	    | grep -vE 'qt4/ui/.*.h' \
 	    | grep -v 'qt4/resources.cpp\|qt4/dialogs/about.hpp' \
 	    | grep -v 'gui/opie' \
+	    | grep -v 'wxwidgets' \
+	    | grep -v 'mux/rtp/' \
+	    | grep -v 'demux/rtpxiph.c' \
 	    | sort ; \
 	} > $(top_srcdir)/po/POTFILES.in
 	rm -f $(top_srcdir)/po/vlc.pot




More information about the vlc-devel mailing list