Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-01 | TODOs.md: Add #td-330c7f45-2c2d-6066-b1a0-4357f7b09259 | EuAndreh | 1 | -0/+12 | |
2022-06-01 | dynamic.mk: Add "default" rule | EuAndreh | 1 | -0/+1 | |
Keep the "all" rule with its previous meaning, and only add this one to make it appear before the "include" line, so that it becomes the default target. Moving the "all" target there would make it depend on values that only appear after it, from the contents of the "generaated.mk" include line. This indirection allows for the "all" target to keep having those dynammic dependencies, but also to be invoked directly by the default target, "default". | |||||
2022-06-01 | Generate podcast artifacts in dynamic.mk | EuAndreh | 3 | -10/+26 | |
2022-06-01 | TODOs.md: Add #td-2de2f57c-0773-530f-f6cf-70836080f46f | EuAndreh | 1 | -0/+3 | |
2022-06-01 | src/development/dynmake.sh: Generate torrent only for primary .webm and ↵ | EuAndreh | 1 | -1/+0 | |
.flac files | |||||
2022-06-01 | .gitignore: Ignore src/content/ during migration | EuAndreh | 1 | -0/+3 | |
2022-06-01 | Makefile: Conditionally clean with dynamic.mk, only when generated.mk exists | EuAndreh | 1 | -3/+4 | |
2022-06-01 | Makefile: No need to rebuild public/ in "deploy" target | EuAndreh | 1 | -2/+0 | |
2022-06-01 | Generate LilyPond files in dynamic.mk | EuAndreh | 8 | -49/+56 | |
2022-06-01 | Move files.mk and deps.mk into generated.mk | EuAndreh | 3 | -49/+48 | |
Make torrent files dynamic instead of listed in Makefile. | |||||
2022-06-01 | src/development/frontmatter-env.sh: Use single quote for heredoc marker | EuAndreh | 1 | -2/+2 | |
2022-06-01 | Start building pastebins with dynamic.mk | EuAndreh | 6 | -16/+165 | |
2022-06-01 | TODOs.md: Add #td-c409cad6-6660-81d8-b7ad-a0d61329ef3c | EuAndreh | 1 | -0/+3 | |
2022-06-01 | src/bin/pb: Use 'e' over 'vipe' | EuAndreh | 1 | -1/+1 | |
2022-06-01 | src/bin/pb: Fix sed expression | EuAndreh | 1 | -1/+1 | |
2022-06-01 | src/bin/pb: Update WEBSITE_DIR path | EuAndreh | 1 | -1/+1 | |
2022-06-01 | git mv bin/ src/ | EuAndreh | 3 | -0/+0 | |
2022-06-01 | bin/article: Normalize usage() and help() text | EuAndreh | 1 | -16/+23 | |
2022-06-01 | bin/pb: Allow input to contain "```" without prior escaping | EuAndreh | 1 | -1/+1 | |
2022-05-02 | src/development/dynmake.sh: Base tool to do dynamic Makefiles without ↵ | EuAndreh | 2 | -0/+74 | |
proprietary $(wildcard ...) add-ons | |||||
2022-05-02 | _config.yml: Exclude src/ for now | EuAndreh | 1 | -0/+1 | |