summaryrefslogtreecommitdiff
path: root/repo/www/Makefile
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-03-24 23:07:17 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-03-24 23:07:17 +0100
commit355b77c1fff8132cd3445c375140cf51e736d8a0 (patch)
treef622bf8adaf63a46c09b1dce984da643f762057f /repo/www/Makefile
parentd7d98af0080241600bf0198f5c0942c96f3d2f95 (diff)
downloadmemory-leaks-355b77c1fff8132cd3445c375140cf51e736d8a0.tar.xz
Produce auto-generated indices on stdout
This way I can concatenate the output with regular indices.
Diffstat (limited to 'repo/www/Makefile')
-rw-r--r--repo/www/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/www/Makefile b/repo/www/Makefile
index 38a28d2..fc25ddb 100644
--- a/repo/www/Makefile
+++ b/repo/www/Makefile
@@ -29,7 +29,7 @@ $(pages) $(indices):
# ⚠ When tweaking this rule, check whether it still works for the
# top-level index.html, i.e. when there is no top-level README.
$(autoindices): $(OUT_DIR)%/index.html: $(TOP_DIR)% make-index.py | $(OUT_DIR)%
- python3 make-index.py "$(TEXT_FILES)" "$(*:/%=%)" $(OUT_DIR)
+ python3 make-index.py "$(TEXT_FILES)" "$(*:/%=%)" > $@
clean:
-rm $(dependencies)