On Sun, 5 Dec 2010, Dieter Kaiser wrote:
< Am Samstag, den 04.12.2010, 19:51 -0700 schrieb Robert Dodier:
< > Thanks, Dieter. I found it necessary to make the following change also,
< > which I've committed as r1.77.2.1 doc/info/Makefile.am.
< >
< > However now I'm getting a different error. This is the tail end of the
< > output from make dist-gzip:
< >
< > + cd /home/robertdodier/tmp/maxima-cvs-branch-build/maxima/doc/info/de
< > + set +x
< > *** Unknown node in menu entry `Einf@"uhrung in Funktionsdefinitionen'
< > (in ./include-maxima.de.texi l. 414)
< > *** Unknown node in menu entry `Funktionen' (in ./include-maxima.de.texi l. 415)
< > *** Unknown node in menu entry `Makros' (in ./include-maxima.de.texi l. 416)
< > *** Unknown node in menu entry `Funktionen und Variablen f@"ur
< > Funktionsdefinitionen' (in ./include-maxima.de.texi l. 417)
< > make[3]: *** No rule to make target `header.hhp', needed by `distdir'. Stop.
< > make[2]: *** [distdir] Error 1
< > make[1]: *** [distdir] Error 1
< > make: *** [distdir] Error 1
< >
< > Not sure what's going on here.
<
< I have added the file header.hhp to the head and to the release branch.
< It is present in other language packages, too. I have checked out the
< complete release 5.23 branch and I have no problems to build Maxima. I
< get the German html and info files.
<
< A question: What I have to do to get the German translation as help from
< the command line?
You need to set *maxima-lang-subdir*, which is defined in init-cl.lisp.
The function set-locale-subdir in init-cl.lisp attempts to set this,
but obviously you can do this manually. I guess something like
(setq *maxima-lang-subdir* "de")
(set-pathnames)
in maxima-init.lisp ought to work.
(It works for me, but there is an error in the generated
maxima-index.lisp).
Leo
--
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.