From e60ae345507c5e8a41f1b7b4f5a488984567ab60 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Mon, 19 Jun 2017 16:28:38 -0400 Subject: doc: rename SUBMITTING_PATCHES to CONTRIBUTING This is in better keeping with the convention of most Open Source projects. Signed-off-by: Paul Moore --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1