]> git.sesse.net Git - vlc/commitdiff
* fix make update-po on platforms with a non-GNU find implementation, aka BSD / Darwi...
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 20 Oct 2007 22:39:20 +0000 (22:39 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 20 Oct 2007 22:39:20 +0000 (22:39 +0000)
Makefile.am

index fda7bb7eb2f30e76510e5e6e9cf7c076a2353a0c..b1519247037e536493daad1303bfd8e926fa16f8 100644 (file)
@@ -1015,7 +1015,7 @@ update-po:
            | sort ; \
          echo "" ; \
          echo "# modules" ; \
-         find modules -name '*.[chm]' -o -name '*.[ch]pp' -o -wholename 'modules/gui/qt4/ui/*.ui'\
+         find modules -name '*.[chm]' -o -name '*.[ch]pp' -o -name '*.ui' \
            | grep -v '\(\.moc\.\|gui/gtk2/\)' \
            | grep -vE 'qt4/ui/.*.h' |grep -v 'qt4/resources.cpp\|qt4/dialogs/about.hpp' \
            | sort ; \