|
From: Rhys K. <rhy...@so...> - 2019-03-11 12:01:09
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=901cec4bce90f2554d0c8f70976e7fba943b3722 commit 901cec4bce90f2554d0c8f70976e7fba943b3722 Author: Rhys Kidd <rhy...@gm...> Date: Thu Jan 31 22:21:22 2019 -0500 Add missing documentation file from EXTRA_DIST Ensure this documentation file is included in tarball. Fixes: 9f3d49a ("Create 3.10.0 section in NEWS, add (first draft of) README_DEVELOPERS_processes") Signed-off-by: Rhys Kidd <rhy...@gm...> Diff: --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 0458c93..242b38a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -104,6 +104,7 @@ perf: check EXTRA_DIST = \ COPYING.DOCS \ README_DEVELOPERS \ + README_DEVELOPERS_processes \ README_PACKAGERS \ README_MISSING_SYSCALL_OR_IOCTL \ README.s390 \ |