From: Gunter K. <gu...@pe...> - 2019-01-14 06:21:03
|
On 13.01.19 21:18, Raymond Toy wrote: > Gunter> If someone needs to feel sorry it is me who thought > Gunter> generating the files would be a matter of simply running > Gunter> the script on a new html file. > > I think it's fixed now. create_index was looking for no-bullet lines, > and maxima_singlepage has many of them unrelated to the ToC. On my computer the 1st file of the manual isn't maxima_0.html, but maxima_1.html. Don't know if that is the difference: The build of the documentation seems to start normally but ends in: *** Duplicate node for anchor found: Item: terminal (in ./graphs.texi l. 3682) *** Duplicate node for anchor found: Item: file_name (in ./graphs.texi l. 3694) *** Duplicate node for anchor found: Item: listp (in ./linearalgebra.texi l. 559) *** Duplicate node for anchor found: Item: matrixp (in ./linearalgebra.texi l. 884) *** Duplicate node for anchor found: Item: opsubst (in ./opsubst.texi l. 10) *** Duplicate node for anchor found: Item: rational (in ./simplifications.texi l. 355) *** Duplicate node for anchor found: Item: linear (in ./simplifications.texi l. 388) *** Duplicate node for anchor found: Item: newline (in ./stringproc.texi l. 1081) /usr/bin/env perl ./create_index `grep -l '<h2.*Table of Contents' maxima_[0-9]*.html` Use of uninitialized value in open at ./create_index line 10. Use of uninitialized value $ARGV[0] in concatenation (.) or string at ./create_index line 10. Can't open at ./create_index line 10. make[1]: *** [Makefile:1583: contents.hhc] Error 2 make[1]: Leaving directory '/home/gunter/src/maxima-code/doc/info' make: *** [Makefile:1145: all-recursive] Error 1 gunter@marius:~/src/maxima-code/doc/info$ On Wolfgang's computer everything seems to work right, instead: https://wolfgang.dautermann.at/maxima/nightlybuild/buildlog-win64 Kind regards, Gunter. |