Message ID | 20220504154039.690761-1-michael.opdenacker@bootlin.com |
---|---|
State | Accepted |
Commit | 0dac10fc3d170fb162f4df6547541071bfa7a94e |
Headers | show |
Series | doc/Makefile: fix epub and latexpdf targets | expand |
diff --git a/documentation/Makefile b/documentation/Makefile index 33bbca0bab..9fb6814c8f 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -47,9 +47,11 @@ clean: @rm -rf $(BUILDDIR) $(PNGs) $(PDFs) poky.yaml sphinx-static/switchers.js epub: $(PNGs) + $(SOURCEDIR)/set_versions.py @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) latexpdf: $(PDFs) + $(SOURCEDIR)/set_versions.py @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) all: html epub latexpdf