summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-12-13 12:04:19 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-12-13 12:04:19 +0000
commitcabcf23207a67cb9215e3efc25ae6e8d73823fd1 (patch)
tree71050ef5abba5e54d9a9397b5794fc920e6e6969 /Makefile.am
parent14225c74b5bd75cf6c4cda3647341dc20214e6b8 (diff)
downloaddbus-python-cabcf23207a67cb9215e3efc25ae6e8d73823fd1.tar.gz
Remove dbus_bindings, deprecated for nearly 5 years
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 3b5a46b..01c8a5a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,10 +18,8 @@ EXTRA_DIST = \
# === dbus package ===
nobase_python_PYTHON = \
- dbus_bindings.py \
dbus/bus.py \
dbus/connection.py \
- dbus/dbus_bindings.py \
dbus/_dbus.py \
dbus/_version.py \
dbus/decorators.py \
@@ -127,7 +125,7 @@ api api/index.html: $(nobase_python_PYTHON) \
$(PYTHON) -Wignore::DeprecationWarning \
$(EPYDOC) -o $(abs_top_builddir)/api --html \
--docformat restructuredtext -v \
- `find dbus -name '*.py' | grep -v dbus_bindings \
+ `find dbus -name '*.py' \
| sed -e 's#/__init__\.py##g' \
-e 's/\.py\>//g' -e 's#/#.#'g` \
|| { rm -rf api; exit 1; }