Rename HACKING to CONTRIBUTING

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2018-08-22 17:48:34 +01:00
parent f96431b409
commit e4ec7ecbab
5 changed files with 6 additions and 5 deletions

View file

@ -9,7 +9,7 @@ cmakeconfig_DATA = cmake/DBus1Config.cmake \
EXTRA_DIST = \ EXTRA_DIST = \
autogen.sh \ autogen.sh \
HACKING \ CONTRIBUTING \
dbus-1.pc.in \ dbus-1.pc.in \
cleanup-man-pages.sh \ cleanup-man-pages.sh \
ChangeLog.pre-1-0 \ ChangeLog.pre-1-0 \

3
README
View file

@ -18,7 +18,8 @@ The "and coordination" part is important; D-Bus provides a bus daemon that does
See http://www.freedesktop.org/software/dbus/ for lots of documentation, See http://www.freedesktop.org/software/dbus/ for lots of documentation,
mailing lists, etc. mailing lists, etc.
See also the file HACKING for notes of interest to developers working on D-Bus. See also the file CONTRIBUTING for notes of interest to developers
working on D-Bus.
If you're considering D-Bus for use in a project, you should be aware If you're considering D-Bus for use in a project, you should be aware
that D-Bus was designed for a couple of specific use cases, a "system that D-Bus was designed for a couple of specific use cases, a "system

View file

@ -91,8 +91,8 @@
* This manual also contains docs for @ref DBusInternals "D-Bus internals", * This manual also contains docs for @ref DBusInternals "D-Bus internals",
* so you can use it to get oriented to the D-Bus source code if you're * so you can use it to get oriented to the D-Bus source code if you're
* interested in patching the code. You should also read the * interested in patching the code. You should also read the
* file HACKING which comes with the source code if you plan to contribute to * file CONTRIBUTING which comes with the source code if you plan to
* D-Bus. * contribute to D-Bus.
* *
* As you read the code, you can identify internal D-Bus functions * As you read the code, you can identify internal D-Bus functions
* because they start with an underscore ('_') character. Also, any * because they start with an underscore ('_') character. Also, any

View file

@ -145,7 +145,7 @@ endif
if DBUS_CAN_UPLOAD_DOCS if DBUS_CAN_UPLOAD_DOCS
BONUS_FILES = \ BONUS_FILES = \
$(top_srcdir)/README \ $(top_srcdir)/README \
$(top_srcdir)/HACKING \ $(top_srcdir)/CONTRIBUTING \
$(top_srcdir)/AUTHORS \ $(top_srcdir)/AUTHORS \
$(top_srcdir)/NEWS \ $(top_srcdir)/NEWS \
$(top_srcdir)/COPYING \ $(top_srcdir)/COPYING \