~peterpall/maxima/+git/maxima.code:rtoy-check-makeinfo-version

Last commit made on 2022-08-10
Get this branch:
git clone -b rtoy-check-makeinfo-version https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-check-makeinfo-version
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

914aa05... by Raymond Toy <email address hidden>

Fix typo and make sure --disable-build-docs works

First, fix typo: "{$makeinfo_old}" should be "${makeinfo_old}". That
was preventing us from signaling an error.

Second, make sure if --disable-build-docs is set, we don't try to test
for the makeinfo version. Do this by moving all of the code inside
the test for enable_build_docs being true.

8c341c1... by Raymond Toy <email address hidden>

Slightly simplify logic of makeinfo version test

Added `makeinfo_old` variable that is set to true if makeinfo is too
old. Update that appropriately, and print out an error or message
based on the value of `makeinfo_old`.

3794623... by Raymond Toy <email address hidden>

Add comments and update error to say to use --disable-build-docs

And if the version passes, print out the makeinfo version number.

1182245... by Raymond Toy <email address hidden>

Implement makeinfo version test better

Fix typo: makeinfo_found, not makeinfo_bound.

Add AC_MSG_CHECKING to show that what we're testing for and add
AC_MSG_RESULT to show the result.

18a9d5e... by Raymond Toy <email address hidden>

Check makeinfo version

Check that makeinfo is at least version 6.8. Print an error if it's
not.

f998c14... by Raymond Toy <email address hidden>

Remove "-c INLINE_CONTENTS=0" from makeinfo options

Makeinfo version 6.8 doesn't support this anymore and produces the
warning:

makeinfo: warning: set_from_cmdline: unknown variable INLINE_CONTENTS

This happens when running build_html.sh.

6476b78... by Raymond Toy <email address hidden>

Minor tweak to math.m4 so remove extra blank lines in the output

After each m4 command, add m4_dnl so that no extra blank lines are
inserted in the output. Perhaps not really necessary, but it makes
the output look more natural without the extra blank lines.

3fe5534... by Raymond Toy <email address hidden>

Fix errors in m4_mathdot and m4_mathcomma

In both, we were use "#$" to get the number of args. It's supposed to
be "$#".

m4_mathdot did not properly quote the body, so the 3 arg case was
never used, which means the TeX form used the Mathjax arg instead of
the tex arg.

4aab1b5... by Raymond Toy <email address hidden>

Say +inf to make it clearer and more explicit

Since we have -inf, let's use +inf to make it more explicit.
Suggested by Michel Talon.

Also use m4_mathdot as appropriate.

ec7735e... by Raymond Toy <email address hidden>

Add some examples for urlaands

Add some suggestions on how to write the link text for @urlaands.
That way we can be consistent as much as possible throughout the
manual.