]> git.sesse.net Git - vlc/commitdiff
qt4: removes emails from THANKS tab
authorRafaël Carré <funman@videolan.org>
Fri, 26 Oct 2007 13:48:31 +0000 (13:48 +0000)
committerRafaël Carré <funman@videolan.org>
Fri, 26 Oct 2007 13:48:31 +0000 (13:48 +0000)
modules/gui/qt4/Modules.am

index 3df3d084a55522514cf63fb00b611cd4c76fb5b9..28dce7d9230215778ce5cbca4a6f1ac74c111f1c 100644 (file)
@@ -89,7 +89,7 @@ dialogs/about.hpp: Modules.am $(top_srcdir)/COPYING $(top_srcdir)/THANKS $(top_s
        cat $(top_srcdir)/COPYING | sed s/'"'/'\\"'/g | awk '{ print "\""$$0"\\n\"" }' >> dialogs/about.hpp.tmp
        echo ";" >> dialogs/about.hpp.tmp
        echo "static const char psz_thanks[] =" >> dialogs/about.hpp.tmp
-       grep -v '$$Id:'  $(top_srcdir)/THANKS | sed s/'"'/'\\"'/g | awk '{ print "\""$$0"\\n\"" }' >> dialogs/about.hpp.tmp
+       grep -v '$$Id:'  $(top_srcdir)/THANKS | sed s/'"'/'\\"'/g | awk '{ print "\""$$0"\\n\"" }'|sed s/"<.*.> "// >> dialogs/about.hpp.tmp
        echo ";" >> dialogs/about.hpp.tmp
        echo "static const char psz_authors[] =" >> dialogs/about.hpp.tmp
        grep N: $(top_srcdir)/AUTHORS | cut -d" " -f 2- | sed s/'"'/'\\"'/g | awk '{ print "\""$$0"\\n\"" }' >> dialogs/about.hpp.tmp