X-Git-Url: https://git.distorted.org.uk/~mdw/cfd/blobdiff_plain/eb4ac9136e4059fa45f5d862edc0d7a76005d7f5..1759269dbdd93d6ab1d074035bc32c420ae50825:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 4ae0bdb..0e830d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -85,6 +85,9 @@ install-data-hook:: cd $(DESTDIR)$(pkgdatadir) && $(LN_S) -f GPL-2 COPYING cd $(DESTDIR)$(pkgdatadir) && $(LN_S) -f LGPL-2 COPYING.LIB +uninstall-hook:: + cd $(DESTDIR)$(pkgdatadir) && rm -f COPYING COPYING.LIB + ## Documentation. dist_pkgdata_DATA += INSTALL dist_pkgdata_DATA += texinice.tex @@ -153,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. @@ -165,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 --------------------------------------------------