Makefile.am: We no longer need to make the COPYING link on distribution.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 12 May 2016 13:08:18 +0000 (14:08 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 12 May 2016 13:14:25 +0000 (14:14 +0100)
Makefile.am

index 506304a..a02c86a 100644 (file)
@@ -156,10 +156,6 @@ DISTCHECK_CONFIGURE_FLAGS = \
 dist-hook::
        echo $(VERSION) >$(distdir)/RELEASE
 
-## Ensure that the `COPYING' file is prominent.
-dist-hook::
-       cd $(distdir) && $(LN_S) GPL-2 COPYING
-
 ###--------------------------------------------------------------------------
 ### Debian.