From 1d213accfb5aff91587c3b494c48727fbc5143bd Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 31 Jan 2014 20:22:17 +0100 Subject: [PATCH] Add pythonpath for mkvotes [ci skip] --- doc/web/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/web/Makefile b/doc/web/Makefile index 59a14e666..678284cdb 100644 --- a/doc/web/Makefile +++ b/doc/web/Makefile @@ -9,7 +9,7 @@ comics: data/testresults.txt env PYTHONPATH=../.. ./mkcomics.py $< content votes: - env PYTHONPATH=../.. ./mkvotes.py + env PYTHONPATH=../..:$(HOME)/lib/python ./mkvotes.py media/favicon.ico: ../icon/favicon.ico cp $< $@