pidgin/pidgin

Parents 825cc8933cb7
Children b83abfea9e3c
Makefile.am: Remove obsolete distcheck-hook for libpurple perl plugins

The libpurple/plugins/perl subdirectory has been removed. Therefore,
the distcheck-hook validating that a file within it exists will
always fail. Since the file no longer exists, this hook is no longer
needed. This patch removes it.
  • +0 -3
    Makefile.am
  • --- a/Makefile.am Thu Oct 06 21:42:40 2016 -0500
    +++ b/Makefile.am Sun Oct 09 17:02:32 2016 -0500
    @@ -46,9 +46,6 @@
    dist-hook:
    rm $(distdir)/config.h
    -distcheck-hook: libpurple/plugins/perl/common/Purple.pm pidgin/plugins/perl/common/Pidgin.pm
    -# cp libpurple/plugins/perl/common/Gaim.pm $(distdir)/libpurple/plugins/perl/common
    -
    commit-check:
    (cd po ; intltool-update -m 2>&1 | grep -v '^mismatched quotes.*\.py$$' | sed "s|current directory|po directory|" | grep . ; if [ $$? = 0 ] ; then exit 1 ; else exit 0 ; fi)