X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=fdfdd6515e4c7deda55e5e3ef725f8cbc8d15881;hb=4bb3a126b7a683a537d4279270c1a22ce6cf5e9f;hp=fa4fea95ee6bf5b8f640e7eba38ac7f304543e72;hpb=3731acf1acfb4a6eb68374a5b137f3b368f63381;p=elogind.git diff --git a/Makefile.am b/Makefile.am index fa4fea95e..fdfdd6515 100644 --- a/Makefile.am +++ b/Makefile.am @@ -350,6 +350,8 @@ dist_zshcompletion_DATA = \ shell-completion/zsh/_kernel-install \ shell-completion/zsh/_systemd-nspawn \ shell-completion/zsh/_systemd-analyze \ + shell-completion/zsh/_sd_hosts_or_user_at_host \ + shell-completion/zsh/_systemd-delta \ shell-completion/zsh/_systemd dist_sysctl_DATA = \ @@ -4134,6 +4136,11 @@ CLEAN_LOCAL_HOOKS += clean-sphinx clean-sphinx: -rm -rf docs/html/python-systemd/ +# Remove Python stuff, e.g. to force rebuilding for a different Python version. +clean-python: + -rm -rf src/python-systemd/.libs src/python-systemd/*.l[ao] + -rm -f _daemon.la id128.la _journal.la login.la _reader.la + # ------------------------------------------------------------------------------ substitutions = \ '|rootlibexecdir=$(rootlibexecdir)|' \