From 12129febecb1ffefaa1a6b4b1ee040390bcbddeb Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 11 Sep 2020 18:20:25 -0400 Subject: Makefile: html: Add vendor/ to python path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8f90a23..2d6db83 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ static: $(BUILD_DIR) html: - python3 ./bin/html + PYTHONPATH=vendor python3 ./bin/html .PHONY: html feed: -- cgit v1.2.3