summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAge
* man: mention that x-systemd.device-timeout is only for fstabZbigniew Jędrzejewski-Szmek2014-06-30
| | | | | | | | | Reformat fstab options description. Now they are easier to read and show up in systemd.directives(7). Use a single sublist for both /etc/fstab and /etc/crypttab options. Many of them can be used in both places. crypttab(5) is updated to use the same docbook elements, so formatting is uniform.
* build-sys: fix indentation in make-man-rules generated outputFilipe Brandenburger2014-06-20
| | | | | This fixes the footer where 7 spaces were used on the first line of EXTRA_DIST, but a Tab was clearly intended.
* build-sys: update intructions for Makefile-man.am regenerationZbigniew Jędrzejewski-Szmek2014-03-06
|
* man: ignore non-manpage files when generating makefileZbigniew Jędrzejewski-Szmek2014-02-20
|
* build-sys: make lxml required when generating indicesZbigniew Jędrzejewski-Szmek2014-02-12
| | | | | 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-12
| | | | | 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-10
| | | | | Note that make-man-rules.py is missing in EXTRA_DIST=, this patch fixes this mistake too.
* build-sys: add check-includes build target and scriptKarel Zak2014-02-10