summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorAlexander Meerhoff <meerhoff.a@protonmail.com>2017-09-22 16:55:48 +0200
committerRĂ©mi Verschelde <rverschelde@gmail.com>2017-09-23 10:34:35 +0200
commita11a9ddffc4dcda6c5c912373f8ec6f7a0f63cca (patch)
tree7698cdfd8ee892376066610be125e5a24bc66359 /doc/Makefile
parenta42fbfc426017849f546920cf2418614185f528a (diff)
makerst.py: Support split classes XML and use folders and/or single files as input
The new syntax is (from `doc/`): `tools/makerst.py classes/ ../modules/`. Also adapted `make rst` target accordingly. [ci skip]
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 4914c657d2..d68c66f8eb 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -1,5 +1,5 @@
BASEDIR = $(CURDIR)
-CLASSES = $(BASEDIR)/base/classes.xml
+CLASSES = $(BASEDIR)/classes/ $(BASEDIR)/../modules/
OUTPUTDIR = $(BASEDIR)/_build
TOOLSDIR = $(BASEDIR)/tools