From 86da9177af5f89d36269abc5797882757139bf79 Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Fri, 14 Sep 2018 16:20:25 +0100 Subject: update HACKING references --- MANIFEST.in | 2 +- doc/bst2html.py | 2 +- doc/source/index.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index f9e506027..9c16ce051 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,7 @@ # Basic toplevel package includes include BuildStream.doap include COPYING -include HACKING.rst +include CONTRIBUTING.rst include MAINTAINERS include NEWS include README.rst diff --git a/doc/bst2html.py b/doc/bst2html.py index eaf25eae8..e453874fc 100755 --- a/doc/bst2html.py +++ b/doc/bst2html.py @@ -444,7 +444,7 @@ def run_session(description, tempdir, source_cache, palette, config_file, force) def run_bst(directory, force, source_cache, description, palette): """Run a bst command and capture stdout/stderr in html - This command normally takes a description yaml file, see the HACKING + This command normally takes a description yaml file, see the CONTRIBUTING file for information on it's format. """ if not source_cache and os.environ.get('BST_SOURCE_CACHE'): diff --git a/doc/source/index.rst b/doc/source/index.rst index ac4587f10..bc6ecbed2 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -21,7 +21,7 @@ Later sections provide detailed information on BuildStream internals. main_install main_using main_core - HACKING + CONTRIBUTING Resources -- cgit v1.2.1