summaryrefslogtreecommitdiff
path: root/Makefile-man.am
Commit message (Collapse)AuthorAge
* build-sys: generate links for html alias pagesZbigniew Jędrzejewski-Szmek2013-03-09
|
* build-sys: build and install systemd-coredumpctl conditionallyMichael Biebl2013-03-04
| | | | | If coredump support is disabled via --disable-coredump, do not build and install the systemd-coredumpctl binary and man page.
* build-sys: do not install pam_systemd(8) without PAMZbigniew Jędrzejewski-Szmek2013-03-04
|
* build-sys: do not install logind manpages when disabledZbigniew Jędrzejewski-Szmek2013-03-04
| | | | The condition was wrong: HAVE_PAM -> ENABLE_LOGIND.
* systemd-activate: add a socket-activation test toolZbigniew Jędrzejewski-Szmek2013-02-27
|
* build-sys: fix update-man-rules for vpath buildsZbigniew Jędrzejewski-Szmek2013-02-27
|
* kernel-install: add kernel-install toolHarald Hoyer2013-02-25
|
* man: rename systemd.conf to systemd-system.confZbigniew Jędrzejewski-Szmek2013-02-13
| | | | | | | Alias as systemd-user.conf is also provided. This should help users running systemd in session mode. https://bugzilla.redhat.com/show_bug.cgi?id=690868
* build-sys: substitute strings in systemd.unit(5)Zbigniew Jędrzejewski-Szmek2013-02-06
| | | | | Makefile.am is updated to deal with .xml.in sources. Nothing in the output is really changed yet, this is just preparation.
* build-sys: create Makefile-man.am automaticallyZbigniew Jędrzejewski-Szmek2013-02-06
| | | | | | | | | | | | | | | | | | | 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.
* build-sys: split man alias rules into separate fileZbigniew Jędrzejewski-Szmek2013-02-06
There shouldn't be any functional change. This is an 'automake include', so the generated Makefile is the same (apart from ordering).