From: Sam Hocevar Date: Tue, 9 Dec 2003 14:33:31 +0000 (+0000) Subject: * toolbox: Do not include MOC files in the POTFILES.in generation. X-Git-Tag: 0.7.0~176 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=51e2e19d784c27d7708706702e5dfdc9b45f3a36;p=vlc * toolbox: Do not include MOC files in the POTFILES.in generation. --- diff --git a/toolbox b/toolbox index 2966d17ec4..3dbb217e21 100755 --- a/toolbox +++ b/toolbox @@ -1,7 +1,7 @@ #! /bin/sh ## toolbox for the VLC media player -## $Id: toolbox,v 1.51 2003/12/04 12:33:42 gbazin Exp $ +## $Id: toolbox,v 1.52 2003/12/09 14:33:31 sam Exp $ ## ## Authors: Samuel Hocevar @@ -379,7 +379,7 @@ then echo "" >> po/POTFILES.in echo "# main sources" >> po/POTFILES.in find include src -name '*.[chm]' -o -name '*.[ch]pp' \ - | grep -v '\(vlc_symbols\|misc/modules_\)' \ + | grep -v '\(vlc_symbols\|misc/modules_\|\.moc\.\)' \ | sort >> po/POTFILES.in echo "" >> po/POTFILES.in echo "# modules" >> po/POTFILES.in