diff options
author | Maho Nakata <maho@FreeBSD.org> | 2013-11-29 00:32:52 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2013-11-29 00:32:52 +0000 |
commit | e3fd17670e7bde29aa40b926d23e22eb1be47676 (patch) | |
tree | be43ed79438bb8ca073ff2cda398b812593d4c18 /math/octave/files | |
parent | devel/py-cffi: Foreign Function Interface for Python calling C code (diff) |
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>
Diffstat (limited to 'math/octave/files')
-rw-r--r-- | math/octave/files/patch-octave-doc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/math/octave/files/patch-octave-doc b/math/octave/files/patch-octave-doc index 148a5a6ac863..8dc1f3cc516a 100644 --- a/math/octave/files/patch-octave-doc +++ b/math/octave/files/patch-octave-doc @@ -358,3 +358,20 @@ Check out a license for @var{feature}, returning 1 on success and 0 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. |