summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2017-06-19 16:28:38 -0400
committerPaul Moore <paul@paul-moore.com>2017-06-19 16:28:38 -0400
commite60ae345507c5e8a41f1b7b4f5a488984567ab60 (patch)
tree7f1a25d0be788cf19485f91fc799ec8eeb559e59 /Makefile.am
parent7c728944a763adc4f0d216d067a40826c1734ee8 (diff)
downloadlibseccomp-e60ae345507c5e8a41f1b7b4f5a488984567ab60.tar.gz
doc: rename SUBMITTING_PATCHES to CONTRIBUTING
This is in better keeping with the convention of most Open Source projects. Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 48078e0..815446b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ SUBDIRS = include src tools tests doc
pkgconfdir = ${libdir}/pkgconfig
pkgconf_DATA = libseccomp.pc
-EXTRA_DIST = CHANGELOG CREDITS LICENSE README.md SUBMITTING_PATCHES.md
+EXTRA_DIST = CHANGELOG CREDITS LICENSE README.md CONTRIBUTING.md
# support silent builds
AM_MAKEFLAGS_0 = --quiet --no-print-directory