From e49d8fec2fa5fa69bf93b76e921e9a1eeff8f1af Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 4 Jul 2021 19:00:48 +0530 Subject: Makefile: Include .depends with automake. * bootstrap.sh: Generate .depends. * Makefile.am: Include .depends with automake, not with make. (.depends): Delete rule. (doc/ccwl.html, doc/ccwl.info): Use DOC_OTHER instead of DOC_OTHER_DEPENDENCIES. (CLEANFILES): Remove .depends. * build-aux/find-dependencies.scm: Output DOC_OTHER instead of DOC_OTHER_DEPENDENCIES. _DEPENDENCIES variables are special in automake. --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bootstrap.sh') diff --git a/bootstrap.sh b/bootstrap.sh index 1e8f2fb..cc651f2 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,4 +18,5 @@ # You should have received a copy of the GNU General Public License # along with ccwl. If not, see . +guile --no-auto-compile build-aux/find-dependencies.scm > .depends autoreconf --verbose --install --force -- cgit v1.2.3