diff options
-rw-r--r-- | TODOs.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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: |