From 7de498eacc6804e089aaec0af66a674087f17f12 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 5 Apr 2020 11:37:35 +0200 Subject: [PATCH] Update Makefile --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 4a965466e5..2d498164f4 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -8,7 +8,7 @@ SPHINXBUILD ?= sphinx-build SOURCEDIR = source BUILDDIR = build -EVDIR ?= $(realpath ../) +EVDIR ?= $(realpath ../evennia) EVGAMEDIR ?= $(realpath ../../gamedir)