~ salmonella-environment-setup (master) 2134c15d75c0c9b247749195aace0dd937c3ae3f
commit 2134c15d75c0c9b247749195aace0dd937c3ae3f
Author: Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sat Jan 30 15:31:14 2021 +0100
Commit: Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sat Jan 30 15:31:14 2021 +0100
Makefile: use protocol-independent link to CSS file
diff --git a/Makefile b/Makefile
index b4cb855..abd85d6 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,9 @@ REPORTDIR=/var/www/spiffy/tests
WIKI2HTML=/usr/local/chickens/chicken-qwiki/bin/svnwiki2html
all: index.wiki
- $(WIKI2HTML) --title "CHICKEN automated tests" index.wiki > index.html
+ $(WIKI2HTML) --title "CHICKEN automated tests" \
+ --css //wiki.call-cc.org/chicken.css \
+ index.wiki > index.html
install:
cp index.html $(REPORTDIR)/
Trap