On 9/2/20 12:55 PM, Grégory Vanuxem wrote:
> Le mer. 2 sept. 2020 à 10:42, Ralf Hemmecke <[email protected]> a écrit :
>
>> Arrrhhhh... ich should have pushed it to the master branch. Try the
>> following:
>>
>> git clone https://github.com/hemmecke/fricas.git
>> cd fricas
>> git checkout formatted <---- ADDED
>> ./configure && make
>> cd src/doc
>> time make -j8 localhtml
>
> Are you sure? Nothing happens. Only this message:
>
> Branch 'formatted' set up to track remote branch 'formatted' from 'origin'.
> Switched to a new branch 'formatted'
>
> Nevertheless I can test a './configure && make'
Did you also call the last two commands?
cd src/doc
make -j8 localhtml
Since sphinx runs for quite some time on my computer (approx 5 min), it
is not included in the normal build of fricas.
What is probably also still problematic is that changing a .rst file
does not trigger a complete rebuild. For that I would have to register
all the .rst files in the Makefile.in and I didn't think that that would
be a nice idea. Better is to call "make clean-html" if editing a .rst file.
Ralf
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/52948932-c8e0-5951-9775-33ee86a885ad%40hemmecke.org.