From b8d04358994c85c7b38ecf077dab64d6219e2867 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Sat, 5 Jul 2008 23:33:56 +0100 Subject: [PATCH 1/1] Make the update-po rule a bit more hackish --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index f1a3639e28..6da3f84916 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 -- 2.39.5