From 1272ff850ac65557f3cc06e00d5ddbd2588ff8b0 Mon Sep 17 00:00:00 2001 From: William Giokas <1007380@gmail.com> Date: Tue, 30 Jul 2013 19:05:31 -0500 Subject: 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. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3-54-g00ecf