Fix missing @clicksequence problem with older Texinfo versions. master
authorBen Pfaff <blp@gnu.org>
Tue, 4 Aug 2009 13:01:21 +0000 (06:01 -0700)
committerBen Pfaff <blp@gnu.org>
Fri, 4 Sep 2009 03:27:04 +0000 (20:27 -0700)
commit770f21f5544dd79d5c986a8317dc8475d961b7c2
tree337a1bcb847177dda89bef38c9f60b39eea0be92
parent9f255a7d7f35f2bbde3e0f79886ea17931933d35
Fix missing @clicksequence problem with older Texinfo versions.

The @clicksequence command was introduced in Texinfo 4.12, which a lot of
users do not yet have.  This commit fixes the problem by detecting whether
makeinfo supports @clicksequence and, if not, defining a macro for it as
a substitute.

We also need support for @clicksequence in texinfo.tex.  It is possible to
detect whether @clicksequence is defined using TeX code and, if not,
define a TeX macro for it.  However, I'm not sure how to do that.  So this
commit instead adds a known-good texinfo.tex to the source tree, which
should have the same effect.
.gitignore
acinclude.m4
configure.ac
doc/pspp.texinfo
texinfo.tex [new file with mode: 0644]