diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-10 01:53:30 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-10 01:53:30 +0000 |
commit | 62957f00edd627df8d22be393c22e032ef2e5198 (patch) | |
tree | f74f97f70cc15dcefc75f97c89e6b48493b294e4 /po | |
parent | 83ff1132a4ae2135854f38f080f3b96ce52ff51c (diff) | |
download | xine-lib-62957f00edd627df8d22be393c22e032ef2e5198.tar.gz xine-lib-62957f00edd627df8d22be393c22e032ef2e5198.tar.bz2 |
Change a bit the command so that it's better styled.
CVS patchset: 8028
CVS date: 2006/06/10 01:53:30
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index cdc568551..796b0cec2 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ # For updating this file, look at the result of: -# head -n 3 po/POTFILES.in > /tmp/POTFILES.in && grep -l '[^A-Za-z_]_(' . -r --include '*.chy' --exclude xineintl.h >> /tmp/POTFILES.in && cp /tmp/POTFILES.in po/ +# head -n 3 po/POTFILES.in > /tmp/POTFILES.in && grep -l '[^A-Za-z_]_(' . -r --include '*.[chy]' --exclude xineintl.h | sed -e 's:^\./::' >> /tmp/POTFILES.in && cp /tmp/POTFILES.in po/ src/liba52/xine_decoder.c src/libw32dll/qt_decoder.c @@ -127,3 +127,4 @@ src/libffmpeg/audio_decoder.c src/libffmpeg/dvaudio_decoder.c src/libffmpeg/video_decoder.c src/libfaad/xine_decoder.c +lib/hstrerror.c |