~ salmonella-environment-setup (master) dd3fc599c85853e2f0a628149876e69d8ee88fc6
commit dd3fc599c85853e2f0a628149876e69d8ee88fc6
Author: Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Fri Jan 1 18:23:50 2021 +0100
Commit: Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Fri Jan 1 18:23:50 2021 +0100
Makefile: use svnwiki2html
diff --git a/Makefile b/Makefile
index f2dce6b..b15de87 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
CSI=/usr/local/chickens/chicken-qwiki/bin/csi
REPORTDIR=/var/www/spiffy/tests
-WIKI2HTML=/home/chicken/chicken-infrastructure/bin/wiki2html.scm
+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
+ QWIKI_SOURCE_PATH=$(REPORTDIR) $(CSI) -s $(WIKI2HTML) --title "CHICKEN automated tests" index.wiki > index.html
install:
cp index.html $(REPORTDIR)/
Trap