From 590d8c3c3732c603cfb1d2180190a02df528e5ed Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 3 Feb 2012 20:57:28 +0000 Subject: build: Remove 'run' from EXTRA_DIST. This file shouldn't be included in the tarball as it contains hard-coded paths from the maintainer's machine which cannot be relevant to the target machine. --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 4f5d487e..e6211456 100644 --- a/Makefile.am +++ b/Makefile.am @@ -170,7 +170,6 @@ EXTRA_DIST = \ libtool-kill-dependency_libs.sh \ logo/fish.svg logo/fish.png \ m4/.gitignore \ - run \ update-bugs.sh # The website. -- cgit