This is the mail archive of the gsl-discuss@sourceware.org mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Documentation build error from CVS


Hi all,

the documentation does not build from CVS at the moment:

,----
| exit $rc
| /home/kevin/data/src/c/cvs/gsl/doc//randist.texi:170: No matching `@end deftypefun'.
| makeinfo: Removing output file `gsl-ref.info' due to errors; use --force to preserve.
| make[2]: *** [gsl-ref.info] Error 1
| make[2]: Leaving directory `/home/kevin/data/src/c/cvs/gsl/doc'
| make[1]: *** [all-recursive] Error 1
| make[1]: Leaving directory `/home/kevin/data/src/c/cvs/gsl'
| make: *** [all] Error 2
`----

The attached patch fixes that.

Bye,

Kevin

-- 
publickey 2048R/0AFDFB19: http://www.icbm.de/~bube/publickey.asc
fingerprint: 542B 1378 04AA AF1F 572E  78BF 1BF5 5C71 0AFD FB19

--- gsl/doc/randist.texi.orig	2006-02-08 10:33:50.000000000 +0100
+++ gsl/doc/randist.texi	2006-02-08 10:34:24.000000000 +0100
@@ -167,7 +167,7 @@
 @end tex
 
 @deftypefun double gsl_ran_gaussian_ziggurat (const gsl_rng * @var{r}, double @var{sigma})
-@deftypefun double gsl_ran_gaussian_ratio_method (const gsl_rng * @var{r}, double @var{sigma})
+@deftypefunx double gsl_ran_gaussian_ratio_method (const gsl_rng * @var{r}, double @var{sigma})
 This function computes a Gaussian random variate using the alternative
 Marsaglia-Tsang ziggurat and Kinderman-Monahan ratio methods.  The
 ziggurat algorithm is the fastest.

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]