From 073bf40a73e419a3dbcb6dfa190947ce2cc3bdce Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Wed, 31 Jul 2013 20:42:16 +0000 Subject: [PATCH] Add support for Texinfo-5.0. Recent versions of Texinfo complained about misplaced @subsection. Change them into @appendixsection. --- doc/tutorial/ginac.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index a767d57c..73248706 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -8679,7 +8679,7 @@ If the required version was not found, executes @var{ACTION-IF-NOT-FOUND}. @node Configure script options, Example package, Package tools, Package tools @c node-name, next, previous, up -@subsection Configuring a package that uses GiNaC +@appendixsection Configuring a package that uses GiNaC The directory where the GiNaC libraries are installed needs to be found by your system's dynamic linkers (both compile- and run-time @@ -8732,7 +8732,7 @@ $ ./configure @node Example package, Bibliography, Configure script options, Package tools @c node-name, next, previous, up -@subsection Example of a package using GiNaC +@appendixsection Example of a package using GiNaC The following shows how to build a simple package using automake and the @samp{PKG_CHECK_MODULES} macro. The program used here is @file{simple.cpp}: -- 2.44.0