maint: remove obsolete/broken maintainer targets
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 15 Jan 2012 22:38:58 +0000 (23:38 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 15 Jan 2012 22:48:42 +0000 (23:48 +0100)
commit3b594a8cc0fa3e8835e4f79b68515fe4e7b72a78
tree0768d45cfbdbfed19f656e9723fdd5fb072ef2a8
parent8856653ec87c826ec5f7f7c577e01afaa64c3ed5
maint: remove obsolete/broken maintainer targets

* Makefile.am (git-diff): Remove.  First, we don't distribute diffs
between an automake version and the next one anyway, so this target
is pointless.   Moreover, its recipe has been broken for quite a
long time now, always generating an empty diff due to the spurious
'$(PACKAGE)' argument that was passed to the "git diff" invocation.
(path-check): Remove.  The 'pathchk' program running in this check
complains about any file with name longer than 14 characters, which
is a ridiculously low limit for today standards.  Also, we already
had several test scripts (no less than 195!) that were exceeding
that limit, and nobody ever complained (not even on MinGW/MSYS nor
Cygwin).
Makefile.am