aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/scripts/hotdochelper.py
AgeCommit message (Collapse)AuthorFilesLines
2023-03-16hotdoc: Install devhelp files at the right locationXavier Claessens1-5/+5
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 Schwartz1-0/+2
2020-09-08typing: fully annotate scriptsDaniel Mensinger1-2/+4
2018-08-28modules: Add an 'hotdoc' moduleThibault Saunier1-0/+36
hotdoc: http://github.com/hotdoc/hotdoc/