diff options
author | Alexander Meerhoff <meerhoff.a@protonmail.com> | 2017-09-22 16:55:48 +0200 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-09-23 10:34:35 +0200 |
commit | a11a9ddffc4dcda6c5c912373f8ec6f7a0f63cca (patch) | |
tree | 7698cdfd8ee892376066610be125e5a24bc66359 /doc/Makefile | |
parent | a42fbfc426017849f546920cf2418614185f528a (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/Makefile | 2 |
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 |