diff options
author | William Giokas <1007380@gmail.com> | 2013-07-30 19:05:31 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-08-02 10:44:14 -0400 |
commit | 1272ff850ac65557f3cc06e00d5ddbd2588ff8b0 (patch) | |
tree | 9c55d1de2b6f8ca805eb21020c991ae6673d8b44 /Makefile.am | |
parent | 4a8fa990693edc47ac2192bf088a6e22e2390b41 (diff) |
zsh_completion: Split out zsh _systemd-tmpfiles
You can choose to have systemd-tmpfiles at configuration time, so only
install the completion for this if configured to do so.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 3713d0dd60..e35eaeb73d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1565,6 +1565,9 @@ SYSINIT_TARGET_WANTS += \ systemd-tmpfiles-setup-dev.service \ systemd-tmpfiles-setup.service +dist_zshcompletion_DATA += \ + shell-completion/zsh/_systemd-tmpfiles + TIMERS_TARGET_WANTS += \ systemd-tmpfiles-clean.timer |