From 845738eb874cc2ca80b45a4fe873b25207179197 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 16 Feb 2016 03:00:22 +0100 Subject: commented on why $SCITECO_BOOTSTRAP is used in doc/Makefile.am --- doc/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 68c2f6a..9909122 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,9 @@ +# Make sure that $BOOTSTRAP_SCITECO and the SciTECO-based +# substitutor is available. +# The target `sciteco` binary has already been built, +# but using $BOOTSTRAP_SCITECO ensures that we use +# a version running on the host machine when cross-compiling +# with --disable-bootstrap. include $(top_srcdir)/bootstrap.am man_MANS = sciteco.1 -- cgit v1.2.3