Merge pull request #65642 from voylin/fix_spaces_in_path_for_doc/makefile

This commit is contained in:
Rémi Verschelde
2022-09-13 10:46:49 +02:00
committed by GitHub

View File

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