summaryrefslogtreecommitdiff
path: root/tools/xml_helper.py
AgeCommit message (Collapse)Author
2017-05-13fix dependency tracking for man pagesLuke Shumaker
2017-05-12whoops, custom-entities.ent is in $(topoutdir)/manLuke Shumaker
2017-05-12dependency tracking for manpagesLuke Shumaker
2017-05-11xml_helper: tidyLuke Shumaker
2017-05-11man pagesLuke Shumaker
2014-02-12build-sys: make lxml required when generating indicesZbigniew Jędrzejewski-Szmek
Since the manpage indices generated without lxml would be missing some parts, it doesn't make sense to keep lxml optional anymore.
2014-02-12man: use xinclude to de-deduplicate common textZbigniew Jędrzejewski-Szmek
I only tested with python-lxml. I'm not sure if xml.etree should be deprecated.
2014-02-10build-sys: move python helpers to tools directoryKarel Zak
Note that make-man-rules.py is missing in EXTRA_DIST=, this patch fixes this mistake too.