X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Findex.texi;h=8b8801458461b071eb723dbb1c8b892704bcceb2;hb=bf96757828d2ae663f5f54147c0e229f74fc9357;hp=3b897d84f27fb9227a8665caa17e38bff23ff2bb;hpb=e787494eb5c364ac60e19a21b5ffa753509849aa;p=goredo.git diff --git a/doc/index.texi b/doc/index.texi index 3b897d8..8b88014 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -7,10 +7,12 @@ Copyright @copyright{} 2020-2021 @email{stargrave@@stargrave.org, Sergey Matveev @end copying @node Top -@top +@top goredo -This is pure Go implementation of @url{http://cr.yp.to/redo.html, DJB's -redo} build system proposal. Originally it was just a rewrite of +Go implementation of @url{http://cr.yp.to/redo.html, djb's redo}, +Makefile replacement that @url{https://suckless.org/philosophy/, sucks less}. + +Originally it was just a rewrite of @url{https://github.com/leahneukirchen/redo-c, redo-c}, but later most features of @url{https://redo.readthedocs.io/en/latest/, apenwarr/redo} were also implemented. Why yet another implementation? It is feature @@ -25,7 +27,7 @@ If you are not familiar with the redo, here are advisable links to read: @itemize @item @url{https://redo.readthedocs.io/en/latest/, apenwarr/redo documentation} -@item @url{http://jdebp.eu/FGA/introduction-to-redo.html, Introduction to redo} +@item @url{http://jdebp.uk/FGA/introduction-to-redo.html, Introduction to redo} @item @url{https://apenwarr.ca/log/20101214, The only build system that might someday replace make... is djb redo} @item @url{https://habr.com/ru/post/517490/,, Make на мыло, redo сила} (on russian) @end itemize @@ -38,18 +40,21 @@ It should work on all @url{https://en.wikipedia.org/wiki/POSIX, POSIX}-compatible systems. Please send questions, bug reports and patches to -@url{https://lists.cypherpunks.ru/mailman/listinfo/goredo-devel, goredo-devel} +@url{http://lists.cypherpunks.ru/goredo_002ddevel.html, goredo-devel} maillist. Announcements also go to this mailing list. @insertcopying @include features.texi @include notes.texi +@include rules.texi @include cmds.texi +@include logs.texi @include news.texi @include install.texi @include faq.texi @include state.texi +@include jobserver.texi @include thanks.texi @bye