Commit 51e2e19d authored by Sam Hocevar's avatar Sam Hocevar

* toolbox: Do not include MOC files in the POTFILES.in generation.

parent c743991c
#! /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 <sam@zoy.org>
......@@ -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
......
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