~ salmonella-environment-setup (master) f48be396c339ffa0c251436363f4209e72b71bbb


commit f48be396c339ffa0c251436363f4209e72b71bbb
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Tue Feb 11 18:48:34 2025 +0100
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Tue Feb 11 18:48:34 2025 +0100

    Makefile: Add an index.html target

diff --git a/Makefile b/Makefile
index 700f8bc..4cec3d7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,9 @@
 REPORTDIR ?= /var/www/spiffy/tests
 WIKI2HTML ?= /usr/local/chickens/chicken-qwiki/bin/svnwiki2html
 
-all: index.wiki
+all: index.html
+
+index.html: index.wiki
 	$(WIKI2HTML) --title "CHICKEN automated tests" \
 		     --css //wiki.call-cc.org/chicken.css \
 		     index.wiki > index.html
Trap