chiark / gitweb /
Rename F_TYPE_CMP() to F_TYPE_EQUAL()
[elogind.git] / Makefile.am
index 641e92fd794fc4eb6e1a51b97f8f67bfd42588e7..fdfdd6515e4c7deda55e5e3ef725f8cbc8d15881 100644 (file)
@@ -351,6 +351,7 @@ dist_zshcompletion_DATA = \
        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 = \
@@ -4135,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)|' \