> Le 12 mars 2026 à 19:05, Frank Hrebabetzky <[email protected]> a écrit : > > 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.
Thanks Frank for reporting! Agreed, git invocation isn't any more correct. Concerning, MultiMarkdown-6 version, unfortunately, it depends on CMake. I wouldn't like adding an extra dependency. MultiMarkdown-5 version has a deprecated build mode without CMAke invocation. But it is also labelled deprecated. What could be the raisons for changing MultiMarkdown from version 4? What is your feedback? Regards, Pascal. _______________________________________________ Gnoga-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gnoga-list
