README | 2 +- cleanup.go | 2 +- dep.go | 2 +- do.go | 2 +- doc/index.texi | 6 ++++-- dot.go | 2 +- ifchange.go | 2 +- inode.go | 2 +- js.go | 2 +- log.go | 2 +- main.go | 2 +- makedist.sh | 3 ++- ood.go | 2 +- run.go | 2 +- status.go | 2 +- tmp.go | 2 +- usage.go | 2 +- diff --git a/README b/README index b9c15b6b3c118088fe823deb80aea55249c6af588423bc794dfb419d6816e6df..b6cd01a3618adae97b24cb21f8496bb86184b6657aa576b9e1cbf9adb1c38be3 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -goredo -- redo implementation on pure Go. +Go implementation of djb's redo, Makefile replacement that sucks less. See goredo.info and INSTALL for more information. goredo is free software: see the file COPYING for copying conditions. Home page: http://www.goredo.cypherpunks.ru/ diff --git a/cleanup.go b/cleanup.go index ba6d7197f1abc87a887c07ae7ffa7ea1acd7d150e2cf1f4d7d5ed070ed01f626..dc5837eac8b52009053bf0850c34f893bfb2107fc83bd34c1228f3dc663d7d85 100644 --- a/cleanup.go +++ b/cleanup.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/dep.go b/dep.go index 1ae67781bb00a1d7ff32dfa75159f94a30ab645ca0a5b56ba0ba25ef04a35dc6..653972c3995de029e89283c51920b0c01755b6f4a3d29cb186240a1497c5b460 100644 --- a/dep.go +++ b/dep.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/do.go b/do.go index 2bf7a65ff5f637746424132195d90bf971090e16f09f21771ff3e94a358f65bf..3daea1dd0cacf2c5ac40640972734ce57fc0bef3ef444f6e122cb6bd61ddcda3 100644 --- a/do.go +++ b/do.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/doc/index.texi b/doc/index.texi index 8e1bd6e5f6f1089f3ca9d4caeed7999a8b42667f20fd4a03c629fdd3b875108c..a43a4ed4c4c8f45fb88ca71ef93db578eef2aad6839d322ab03af4296e678403 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -9,8 +9,10 @@ @node Top @top -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 diff --git a/dot.go b/dot.go index 943e470e9c4d2bc25c8602ee22334e95c3149f9f181d263958dbc8867a4cc619..51703a6f25818b336ed959cf53d8ed8f9a84d2f10f263483b1fd20d06c28e8a1 100644 --- a/dot.go +++ b/dot.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/ifchange.go b/ifchange.go index b43ad0697705b5bd62afc4d94252ebfab61785f2a24760c9cc66d67c19315711..6f8593832a9fdc72593f104ac17fb02c85e6049fc10e03bd5afd88c136356f71 100644 --- a/ifchange.go +++ b/ifchange.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/inode.go b/inode.go index 1d7a0c1cbd5209d4365aeac7cbbc9de50db69eb34baa8ef7ffc2c1d905b68ac0..aa2510491067b1f9a029d0e3545d93165fc1d388777a18743da8464b673b65d0 100644 --- a/inode.go +++ b/inode.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/js.go b/js.go index b27a91e4c06b6ae45e67001d9c6a8848930c810d87e7a0d652560affa208cf16..affbecf365ba8ce66a3916a411db085e13427c804ee0781f35c11d029f275b78 100644 --- a/js.go +++ b/js.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/log.go b/log.go index 2ae37ecad817b614e32c3b0cb715736bfa63fcd185e80302aa677f840185a362..7c6cab2d022972a9a0acb3e685c84b5ce89b2b2067df9c3c11cc0fdbf3c9b1d6 100644 --- a/log.go +++ b/log.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/main.go b/main.go index a8ef0c03fad97a0d5c244b48e981aefb073b917f2e0d6276c717392aa13f46f5..195c238d6075dcc4e80f418a85e6189b999c3eb018edbea43ca8a3516f9f72c6 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/makedist.sh b/makedist.sh index 7dcd21cd3b03b756ce5f53c62b0e40a0860dbb7fdf19fb0a52cb2aac01f86d00..6468fbea34addb0137e3b2af2b0ad7b2672c4c8c50e3a573f5291f976cfd9384 100755 --- a/makedist.sh +++ b/makedist.sh @@ -107,7 +107,8 @@ Subject: goredo $release release announcement I am pleased to announce goredo $release release availability! -goredo is redo implementation on pure Go. +goredo is Go implementation of djb's redo, +Makefile replacement that sucks less. ------------------------ >8 ------------------------ diff --git a/ood.go b/ood.go index 141e0e912eea86c37a8127ae90350f23349d7a6ca306b866c843a622ceb10644..2af03a627b3d6c5f1754e1b0df941716f5e4741ba4de9bfd6de4039ad68f6263 100644 --- a/ood.go +++ b/ood.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/run.go b/run.go index 988e71a8a719b15e749d2ad9aaf0000fba3b829a13032062ae51b46f2fbafceb..72f3ae93673592d8e6c67fc1d1f4ec54524b955bbda2cafc6e40798b05358a44 100644 --- a/run.go +++ b/run.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/status.go b/status.go index eea7a2798b0d885fed468470e659f774442ef300d05c02dc985c463c22022cc8..6e2af9f56894e2b7e5f8557781076e5b1a44001bf85b1a0d8d55f37422000a00 100644 --- a/status.go +++ b/status.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/tmp.go b/tmp.go index 76b1d195355f5a4ac717cbf45a14efd0a7158b079bb45fb4df1538e8aa8b3f5f..0c414b297e2fc5a46a5e300bf65b0a2712a874b55ec32fc289f619d339068cd9 100644 --- a/tmp.go +++ b/tmp.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify diff --git a/usage.go b/usage.go index 8295e62555c0c69876f5bba29cc428c2f352d00c6c8c6839e4279e91949fcf03..cfc1b0dec312771f413772274c95a60c1263fc67558d4e312ddc4815d1387988 100644 --- a/usage.go +++ b/usage.go @@ -1,5 +1,5 @@ /* -goredo -- redo implementation on pure Go +goredo -- djb's redo implementation on pure Go Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify