Browse Source

Fixes doc/Makefile fails if path contains spaces

Voylin 3 years ago
parent
commit
0fd29f76a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/Makefile

+ 1 - 1
doc/Makefile

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