I am no texi expert. The following is taken from /doc/info/de/Makefile.
It works for me to create the German html manual. /doc/info/Makefile is
a little bit different at this point (the German html manual has no
categories). Search for 'perl' in Makefile. HTH
perl ./texi2html -split_chapter --lang=de --output=.
--css-include=./manual.css --init-file ./texi2html.init maxima.texi
perl ../create_index
Volker
Am 03.08.2013 19:17, schrieb Jorge Barros de Abreu:
>
> makeinfo maxima.texi do not work to make a compilation test before send the
> changes to sourceforge.
>
> ?Can someone say the compilation command for generate the manual only???
>
> thanks
>
> On Sat, Aug 03, 2013 at 01:00:50PM +0200, Volker van Nek wrote:
>> Am 03.08.2013 09:41, schrieb Jorge Barros de Abreu:
>>> Hi everyone.
>>>
>>> In Miscelanious.texi there's a orphan parenthesis in raw 274 column 23
>>> In Help.texi also in raw 199 column 45
>>> In category-macros also in r110c23 and in r113c17
>>>
>>> Should I only remove or add other parenthesis to adjust it?
>>> If should add, please tell me the position.
>>>
>>> Thanks.
>>>
>>
>> In Miscelanious.texi the closing parenthesis has to be at the end of the
>> line 274: LISP:FLOAT)")
>> (This line is commented out.)
>>
>> In Help.texi in line 200 before the dot: by @code{[...]}).
>>
>> Please add these.
>>
>> But: If I am not mistaken you would break things in category-macros by
>> changing row 110 resp. 113. I don't know the texi macro syntax but I
>> conclude this by comparing with e.g. row 99 resp. 102.
>>
>> Volker van Nek
>> _______________________________________________
>> Maxima mailing list
>> Maxima at math.utexas.edu
>> http://www.math.utexas.edu/mailman/listinfo/maxima
>