Selaa lähdekoodia

Fixes doc/Makefile fails if path contains spaces

(cherry picked from commit 0fd29f76a239a926684dccbfbfe904cf6494690b)
Voylin 3 vuotta sitten
vanhempi
commit
41e63559bb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      doc/Makefile

+ 1 - 1
doc/Makefile

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