~ salmonella-environment-setup (master) 03226e5040ea4bc48c6da0263d07467758f32104
commit 03226e5040ea4bc48c6da0263d07467758f32104
Author: Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Fri Jan 1 18:26:59 2021 +0100
Commit: Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Fri Jan 1 18:26:59 2021 +0100
Makefile: fix call to svnwiki2html
diff --git a/Makefile b/Makefile
index b15de87..b4cb855 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ REPORTDIR=/var/www/spiffy/tests
WIKI2HTML=/usr/local/chickens/chicken-qwiki/bin/svnwiki2html
all: index.wiki
- QWIKI_SOURCE_PATH=$(REPORTDIR) $(CSI) -s $(WIKI2HTML) --title "CHICKEN automated tests" index.wiki > index.html
+ $(WIKI2HTML) --title "CHICKEN automated tests" index.wiki > index.html
install:
cp index.html $(REPORTDIR)/
Trap