X-Git-Url: https://git.distorted.org.uk/~mdw/runlisp/blobdiff_plain/ae04071b1c433dfe7fcf2f90c39b01b058a1ad94..dc412e093fc9233b2eac550e5352adb7e95b768e:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 506304a..0e830d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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. @@ -168,5 +164,6 @@ EXTRA_DIST += debian/control EXTRA_DIST += debian/copyright EXTRA_DIST += debian/rules EXTRA_DIST += debian/changelog +EXTRA_DIST += debian/source/format ###----- That's all, folks --------------------------------------------------