Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-30 | build-sys: use wildcard glob in update-man-list again | Zbigniew Jędrzejewski-Szmek | |
The idea is that after adding a new man page, make update-man-list will be used to regenerate part of the makefile. So the data already present in the makefile cannot be used to do that. Also, renames filter out generated xml files in make-man-rules.py itself in order to make Makefile.am a bit simpler, and rename files to dist_files to better reflect new meaning. | |||
2014-06-20 | build-sys: fix indentation in make-man-rules generated output | Filipe Brandenburger | |
This fixes the footer where 7 spaces were used on the first line of EXTRA_DIST, but a Tab was clearly intended. | |||
2014-03-06 | build-sys: update intructions for Makefile-man.am regeneration | Zbigniew Jędrzejewski-Szmek | |
2014-02-20 | man: ignore non-manpage files when generating makefile | Zbigniew Jędrzejewski-Szmek | |
2014-02-10 | build-sys: move python helpers to tools directory | Karel Zak | |
Note that make-man-rules.py is missing in EXTRA_DIST=, this patch fixes this mistake too. |