summaryrefslogtreecommitdiffstats
path: root/tools/xml_helper.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build-sys: make lxml required when generating indicesZbigniew Jędrzejewski-Szmek2014-02-121-19/+8
| | | | | Since the manpage indices generated without lxml would be missing some parts, it doesn't make sense to keep lxml optional anymore.
* man: use xinclude to de-deduplicate common textZbigniew Jędrzejewski-Szmek2014-02-121-9/+13
| | | | | I only tested with python-lxml. I'm not sure if xml.etree should be deprecated.
* build-sys: move python helpers to tools directoryKarel Zak2014-02-101-0/+41
Note that make-man-rules.py is missing in EXTRA_DIST=, this patch fixes this mistake too.