chore(docs) run makeindex before xelatex

This commit is contained in:
Themba Dube
2021-05-07 11:29:16 -04:00
parent 77b098db9d
commit d8baf19b3d

View File

@@ -60,6 +60,7 @@ cmd("cd ../scripts && doxygen Doxyfile")
cmd("sphinx-build -b latex . out_latex")
# Generate PDF
cmd("cd out_latex && makeindex -s python.ist -o LVGL.ind LVGL.idx")
cmd("cd out_latex && xelatex -interaction=batchmode *.tex")
# Copy the result PDF to the main directory to make it avaiable for the HTML build
cmd("cd out_latex && cp -f LVGL.pdf ../LVGL.pdf")