The command

        make html-docs

doesn't work. Reason is that

        git clone git://github.com/...

isn't accepted anymore. So line 188 of Makefile

        cd deps && git clone git://github.com/fletcher/MultiMarkdown-4.git

must be substituted with

        cd deps && git clone https://github.com/fletcher/MultiMarkdown-4.git

By the way, MultiMarkdown-4 is marked as depreciated on the git page, version 6 is recommended instead.

Thanks all for this terrific Gnoga system.
--
Frank Hrebabetzky, Kronach      +49 / 9261 / 950 0565




_______________________________________________
Gnoga-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to