summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2019-04-17 17:15:29 -0400
committerPaul Moore <paul@paul-moore.com>2019-04-17 17:15:29 -0400
commit3f214cbbbbd663dd4e7fe90638af4971b436ec00 (patch)
tree25e5f08c203e539139cdd014ddf98d6ac657ec58 /Makefile.am
parent0d73daf07490656130e0f5311ad12ca8818752c5 (diff)
downloadlibseccomp-3f214cbbbbd663dd4e7fe90638af4971b436ec00.tar.gz
docs: create a doc/admin directory and move RELEASE_PROCESS.md into it
The idea is that any administrative/process docs should go in doc/admin. 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 b69cec5..c0e5eeb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,7 +24,7 @@ pkgconf_DATA = libseccomp.pc
EXTRA_DIST = \
CHANGELOG CREDITS LICENSE \
- README.md CONTRIBUTING.md RELEASE_PROCESS.md
+ README.md CONTRIBUTING.md
# support silent builds
AM_MAKEFLAGS_0 = --quiet --no-print-directory