aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-06 16:27:55 -0300
committerEuAndreh <eu@euandre.org>2021-08-06 16:27:55 -0300
commit7da2759d2caae29655671d92a7ac1c0a4a14949e (patch)
tree0c74d2c996936cb936f3fec9335f8b6ad469d9e6
parentmv aux/workflow/manpages.sh doc/manpages.sh (diff)
downloadgit-permalink-7da2759d2caae29655671d92a7ac1c0a4a14949e.tar.gz
git-permalink-7da2759d2caae29655671d92a7ac1c0a4a14949e.tar.xz
TODOs.md: Add update notice to #decision-6c2801da-bcb9-dd38-69bf-270a6f9b5acd
-rw-r--r--TODOs.md16
1 files changed, 16 insertions, 0 deletions
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: