blob: 438f028add7b80ee29f764f8aff96528019689e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
$NetBSD: patch-aa,v 1.2 2015/03/12 16:57:52 tnn Exp $
Unbreak build with gtexinfo-5.2
--- doc/fftw.texi.orig 2003-03-16 23:43:18.000000000 +0000
+++ doc/fftw.texi
@@ -5,6 +5,11 @@
@settitle FFTW
@c %**end of header
+@dircategory Libraries
+@direntry
+* FFTW: (fftw). Collection of fast C routines to compute DFTs.
+@end direntry
+
@include version.texi
@setchapternewpage odd
@c define constant index (ct)
@@ -46,10 +51,10 @@ approved by the Free Software Foundation
@titlepage
@sp 10
@comment The title is printed in a large font.
-@title{FFTW User's Manual}
+@title FFTW User's Manual
@subtitle For version @value{VERSION}, @value{UPDATED}
-@author{Matteo Frigo}
-@author{Steven G. Johnson}
+@author Matteo Frigo
+@author Steven G. Johnson
@c The following two commands start the copyright page.
@page
|