Issue #113: add "new" files to appropriate variables in Makefile, and note the need to run "make distcheck" as part of the release process.

Fix issues with the test script so it works under distcheck too.
This commit is contained in:
Eric Haszlakiewicz
2016-06-27 03:46:38 +00:00
parent 29005ef7b1
commit 1071385896
4 changed files with 26 additions and 16 deletions

View File

@@ -8,6 +8,8 @@ cd json-c-${release}
Check that the compile works on Linux
Check that the compile works on NetBSD
Check that the compile works on Windows
Run "make distcheck" and fix any problems
(e.g. adding new files to SOURCES variables in Makefile.am)
Check ChangeLog to see if anything should be added.
Make any fixes/changes *before* branching.