From 7da2759d2caae29655671d92a7ac1c0a4a14949e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 6 Aug 2021 16:27:55 -0300 Subject: TODOs.md: Add update notice to #decision-6c2801da-bcb9-dd38-69bf-270a6f9b5acd --- TODOs.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'TODOs.md') diff --git a/TODOs.md b/TODOs.md index 71b5bbe..37cd8e7 100644 --- a/TODOs.md +++ b/TODOs.md @@ -654,6 +654,22 @@ That is just to say that I want to take some of their ideas, but not all. --- +Update: + +Now I've moved `aux/workflow/manpages.sh` to `doc/manpages.sh`, in similar +spirit to how `tests/*.sh` don't depend on `aux/lib.sh`, but on `tests/lib.sh` +instead. + +The big idea is to decouple everything from `aux/` from the main targets, and +one coulg `rm -rf aux/` and still be able to `make all check install uninstall` +correctly. This way I keep the `aux/` directory with files from my personal +workflow, and the project doesn't depend on it for its main code. + +Done in +[`a3b44f937180e7544b70ca375543060a3ee57570`](https://git.euandreh.xyz/git-permalink/commit/?id=a3b44f937180e7544b70ca375543060a3ee57570). + +--- + Excerpt from [`412a3f36cb40dba18f4f0f70a6804882ac6c68eb`](https://git.euandreh.xyz/git-permalink/commit/?id=412a3f36cb40dba18f4f0f70a6804882ac6c68eb) that implemented this change: -- cgit v1.2.3