From f3d1629061351eadee3391e4c72867ed78829c16 Mon Sep 17 00:00:00 2001 From: Voylin <0voylin0@gmail.com> Date: Sun, 11 Sep 2022 16:48:31 +0900 Subject: [PATCH] Fixes doc/Makefile fails if path contains spaces (cherry picked from commit 0fd29f76a239a926684dccbfbfe904cf6494690b) --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 04dfcf850c2..6b1e4774fdb 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -BASEDIR = $(CURDIR) +BASEDIR = . CLASSES = $(BASEDIR)/classes/ $(BASEDIR)/../modules/ OUTPUTDIR = $(BASEDIR)/_build TOOLSDIR = $(BASEDIR)/tools