Changeset 51e2e19d784c27d7708706702e5dfdc9b45f3a36

Show
Ignore:
Timestamp:
09/12/03 15:33:31 (5 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1070980411 +0000
git-parent:

[c743991c5df99a1f2df209ba0f9504d501be7dca]

git-author:
Sam Hocevar <sam@videolan.org> 1070980411 +0000
Message:
  • toolbox: Do not include MOC files in the POTFILES.in generation.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • toolbox

    r0d90e52 r51e2e19  
    22 
    33##  toolbox for the VLC media player 
    4 ##  $Id: toolbox,v 1.51 2003/12/04 12:33:42 gbazin Exp $ 
     4##  $Id: toolbox,v 1.52 2003/12/09 14:33:31 sam Exp $ 
    55## 
    66##  Authors: Samuel Hocevar <sam@zoy.org> 
     
    381381  echo "# main sources" >> po/POTFILES.in 
    382382  find include src -name '*.[chm]' -o -name '*.[ch]pp' \ 
    383     | grep -v '\(vlc_symbols\|misc/modules_\)' \ 
     383    | grep -v '\(vlc_symbols\|misc/modules_\|\.moc\.\)' \ 
    384384    | sort >> po/POTFILES.in 
    385385  echo "" >> po/POTFILES.in