diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-02-16 03:00:22 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2016-02-16 03:00:22 +0100 |
commit | 845738eb874cc2ca80b45a4fe873b25207179197 (patch) | |
tree | c06ab11e7a67f944d6729299fb117d59396826a4 /doc | |
parent | 4db7f46808502e3a667d442d7a77f83f4593650b (diff) | |
download | sciteco-845738eb874cc2ca80b45a4fe873b25207179197.tar.gz |
commented on why $SCITECO_BOOTSTRAP is used in doc/Makefile.am
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 |