>> https://github.com/hemmecke/fricas/tree/htexdoc
> How one can fetch it? Git clone on the link above does not > work and in clone of 'fricas' respostory I was unable to find > any branch. git clone -b htexdoc git://github.com/hemmecke/fricas.git or (if you have an older version of git) git clone git://github.com/hemmecke/fricas.git cd fricas git checkout htexdoc After that $ git log -1 should give commit 78a1fb02794a78dd35bdd421ff164a9187473caf Author: Ralf Hemmecke <[email protected]> Date: Tue Apr 30 23:32:24 2013 +0200 include ug21.htex if you get anything else then you are at the wrong position. Try "gitk --all" then to see all branches. 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/fricas-devel?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
