mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
A build fix with recent (?) version of texinfo.
Note that this cannot be reproduced in maho's tinderbox. PR: 183338 Submitted by: Mamoru Iwaki <1wkmmr@gmail.com>
This commit is contained in:
parent
fc8c1a26e3
commit
e3fd17670e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335133
1 changed files with 17 additions and 0 deletions
|
@ -358,3 +358,20 @@
|
||||||
Check out a license for @var{feature}, returning 1 on success and 0
|
Check out a license for @var{feature}, returning 1 on success and 0
|
||||||
on failure.
|
on failure.
|
||||||
|
|
||||||
|
--- doc/liboctave/liboctave.texi.orig 2013-02-22 05:19:23.000000000 +0900
|
||||||
|
+++ doc/liboctave/liboctave.texi 2013-10-27 00:04:40.000000000 +0900
|
||||||
|
@@ -80,10 +80,10 @@
|
||||||
|
@end ifnottex
|
||||||
|
|
||||||
|
@titlepage
|
||||||
|
-@title{Octave C++ Classes}
|
||||||
|
-@subtitle{Edition 1.0 for Octave version @value{VERSION}}
|
||||||
|
-@subtitle{September 1993}
|
||||||
|
-@author{John W. Eaton}
|
||||||
|
+@title Octave C++ Classes
|
||||||
|
+@subtitle Edition 1.0 for Octave version @value{VERSION}
|
||||||
|
+@subtitle September 1993
|
||||||
|
+@author John W. Eaton
|
||||||
|
@page
|
||||||
|
@vskip 0pt plus 1filll
|
||||||
|
Copyright @copyright{} 1996, 1997 John W. Eaton.
|
||||||
|
|
Loading…
Add table
Reference in a new issue