]> git.sesse.net Git - vlc/blobdiff - src/Makefile.am
podcast: fix gettext parsing (cannot rely on CPP)
[vlc] / src / Makefile.am
index b05eb674778a3d0d27b6bcf7a47c485a04f13e5e..f46a154e2e160b4f0d79e9731ab5bfc11e48a1aa 100644 (file)
@@ -144,7 +144,7 @@ noinst_HEADERS = \
                "$(top_srcdir)/THANKS" && \
        echo ";" && \
        echo "static const char psz_authors[] =" && \
-       sed -n '/^N: /{;s///;s/"/\\"/g;s/^.*$$/\"&\\n\"/;p;}' \
+       sed '/\$$Id:/d;s/"/\\"/g;s/<.*.> //;s/^.*$$/\"&\\n\"/' \
                "$(top_srcdir)/AUTHORS" && \
        echo ";") >> "$@.tmp"
        $(AM_V_at)mv -f -- "$@.tmp" "$@"