specify when to run make distcheck

This commit is contained in:
Chelsea H. Komlo 2017-07-09 16:17:21 -04:00
parent 24d29c7ae0
commit 934f85f87a
No known key found for this signature in database
GPG Key ID: 1138332F98B52EE7
1 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@ tl;dr:
- Document your functions
- Write unit tests
- Run `make check` before submitting a patch
- Run `make distcheck` to ensure the distribution works
- Run `make distcheck` if you have made changes to build system components
- Add a file in `changes` for your branch.
Patch checklist
@ -37,6 +37,11 @@ If you are submitting a major patch or new feature, or want to in the future...
- Set up Chutney and Stem, see HACKING/WritingTests.md
- Run `make test-full` to test against all unit and integration tests.
If you have changed build system components:
- Please run `make distcheck`
- For example, if you have changed Makefiles, autoconf files, or anything
else that impacts the build system.
How we use Git branches
=======================