~ salmonella-environment-setup (master) 654e1073bb82861af679493e71870c88980b9e21
commit 654e1073bb82861af679493e71870c88980b9e21
Author: Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sat Jun 23 21:55:56 2018 +0200
Commit: Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sat Jun 23 21:55:56 2018 +0200
Makefile: hardcode path to wiki2html.scm to chicken-infrastructure in chicken's home
diff --git a/Makefile b/Makefile
index 6d000c2..f2dce6b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
CSI=/usr/local/chickens/chicken-qwiki/bin/csi
REPORTDIR=/var/www/spiffy/tests
+WIKI2HTML=/home/chicken/chicken-infrastructure/bin/wiki2html.scm
all: index.wiki
- QWIKI_SOURCE_PATH=$(REPORTDIR) $(CSI) -s ../bin/wiki2html.scm --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