Fixes doc/Makefile fails if path contains spaces

(cherry picked from commit 0fd29f76a2)
This commit is contained in:
Voylin 2022-09-11 16:48:31 +09:00 committed by Rémi Verschelde
parent 4356077153
commit 41e63559bb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
BASEDIR = $(CURDIR)
BASEDIR = .
CLASSES = $(BASEDIR)/classes/ $(BASEDIR)/../modules/
OUTPUTDIR = $(BASEDIR)/_build
TOOLSDIR = $(BASEDIR)/tools