Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-06 | build-sys: create Makefile-man.am automatically | Zbigniew Jędrzejewski-Szmek | |
man rules were repeating the same information in too many places, which was error prone. Those rules can be easily generated from .xml files. For efficiency and because python is not a required dependency, Makefile-man.am is only regenerated when requested with make update-man-list If no metadata in man/*.xml changed, this file should not change. So only when a new man page or a new alias is added, this file should show up in 'git diff'. The change should then be committed. If the support for building from git without python was dropped, we could drop Makefile-man.am from version control. This would also increase the partial build time (since more stuff would be rebuild whenever sources in man/*.xml would be modified), so it would probably wouldn't be worth it. | |||
2012-10-17 | timedatectl: introduce new command line client for timedated | Lennart Poettering | |
Much like logind has a client in loginctl, and journald in journalctl introduce timedatectl, to change the system time (incl. RTC), timezones and related settings. | |||
2012-09-14 | man: update localtime(5) a bit | Lennart Poettering | |
2012-07-16 | man: reword man page titles | Lennart Poettering | |
Make sure the man page titles are similar in style and capitalization so that our man page index looks pretty. | |||
2012-06-26 | man: various minor fixes | Lennart Poettering | |
2012-06-25 | man: document localed | Lennart Poettering | |
2012-06-25 | man: document systemd-timedated.service | Lennart Poettering | |