summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2019-07-29 13:28:59 +0100
committerSimon McVittie <smcv@collabora.com>2019-07-29 13:28:59 +0100
commit85c9949cde2a3c5b8eff801fccd7f83bdf4a4d7a (patch)
tree56defdabb7450ec00a1212629c03e743689988b3 /Makefile.am
parent84ae9f5fa249fa85a2567a331b9a321aee6c809c (diff)
Replace doc/HACKING.txt with a Gitlab-style CONTRIBUTING.md
As with dbus-glib and dbus-gmain, much of the text here was taken from Wayland's contributing guide (thanks to Ander Conselvan de Oliveira, Bryce Harrington, Eric Engestrom, Pekka Paalanen and Daniel Stone). Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f63cafd..21149b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,6 +13,7 @@ CLEANFILES = \
EXTRA_DIST = \
.travis.yml \
AUTHORS \
+ CONTRIBUTING.md \
COPYING \
dbus-python.pc.in \
doc/_static/.gitignore \
@@ -390,7 +391,6 @@ sphinx_sources = \
doc/dbus.server.rst \
doc/dbus.service.rst \
doc/dbus.types.rst \
- doc/HACKING.txt \
doc/index.rst \
doc/news.rst \
doc/PY3PORT.txt \