commit: c4b878e97267d8d4727e757fb220db382b6aa7a7
parent 96c6554a897ef1dddec9dbe44b9a1645d579c1ed
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 11 Jul 2025 03:15:17 +0200
build.ninja: call perl explictly for notes_index.pm
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.ninja b/build.ninja
@@ -13,7 +13,7 @@ rule article_fr
command = xsltproc --nonet --param feedURL "'https://hacktivis.me/flux.atom'" -o $out $in
rule notes_index
- command = ./notes_index.pm >|$out
+ command = perl ./notes_index.pm >|$out
build notes/index.xhtml: notes_index ./notes | ./notes_index.pm
rule dot