summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2014-10-21 16:14:10 -0400
committerPaul Moore <pmoore@redhat.com>2014-10-21 16:14:10 -0400
commit97e09041741edce5197dfb0cc43e3a3cb0d9f8f0 (patch)
tree4b6427cbb5e5eacae12fb41f3c4dbc7c0f63e637 /doc
parent7aa14c4190d33dbd081f89b912ffc59f2d8cf0d0 (diff)
downloadlibseccomp-97e09041741edce5197dfb0cc43e3a3cb0d9f8f0.tar.gz
build: fix some problems seen with 'make dist' tarballs
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 528cfd5..0ede147 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -16,10 +16,10 @@
# along with this library; if not, see <http://www.gnu.org/licenses>.
#
-man1_MANS = \
+dist_man1_MANS = \
man/man1/scmp_sys_resolver.1
-man3_MANS = \
+dist_man3_MANS = \
man/man3/seccomp_arch_add.3 \
man/man3/seccomp_arch_exist.3 \
man/man3/seccomp_arch_native.3 \