summaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/hotdochelper.py
AgeCommit message (Collapse)Author
2023-03-16hotdoc: Install devhelp files at the right locationXavier Claessens
When devhelp is enabled, hotdoc generates a devhelp/ subdir that needs to be installed to /usr/share/devhelp/. Otherwise, the html/ subdir needs to be installed to /usr/share/doc/<project>/html/
2023-02-01treewide: add future annotations importEli Schwartz
2020-09-08typing: fully annotate scriptsDaniel Mensinger
2018-08-28modules: Add an 'hotdoc' moduleThibault Saunier
hotdoc: http://github.com/hotdoc/hotdoc/