Commit b8d04358 authored by Christophe Mutricy's avatar Christophe Mutricy

Make the update-po rule a bit more hackish

parent f7a07d11
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment