Blame doc/Makefile.am

Packit 56e23f
####
Packit 56e23f
# Seccomp Library Documentation
Packit 56e23f
#
Packit 56e23f
Packit 56e23f
#
Packit 56e23f
# This library is free software; you can redistribute it and/or modify it
Packit 56e23f
# under the terms of version 2.1 of the GNU Lesser General Public License
Packit 56e23f
# as published by the Free Software Foundation.
Packit 56e23f
#
Packit 56e23f
# This library is distributed in the hope that it will be useful, but
Packit 56e23f
# WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 56e23f
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser
Packit 56e23f
# General Public License for more details.
Packit 56e23f
#
Packit 56e23f
# You should have received a copy of the GNU Lesser General Public License
Packit 56e23f
# along with this library; if not, see <http://www.gnu.org/licenses>.
Packit 56e23f
#
Packit 56e23f
Packit 56e23f
dist_man1_MANS = \
Packit 56e23f
	man/man1/scmp_sys_resolver.1
Packit 56e23f
Packit 56e23f
dist_man3_MANS = \
Packit 56e23f
	man/man3/seccomp_arch_add.3 \
Packit 56e23f
	man/man3/seccomp_arch_exist.3 \
Packit 56e23f
	man/man3/seccomp_arch_native.3 \
Packit 56e23f
	man/man3/seccomp_arch_remove.3 \
Packit 56e23f
	man/man3/seccomp_arch_resolve_name.3 \
Packit 56e23f
	man/man3/seccomp_attr_get.3 \
Packit 56e23f
	man/man3/seccomp_attr_set.3 \
Packit 56e23f
	man/man3/seccomp_export_bpf.3 \
Packit 56e23f
	man/man3/seccomp_export_pfc.3 \
Packit 56e23f
	man/man3/seccomp_init.3 \
Packit 56e23f
	man/man3/seccomp_load.3 \
Packit 56e23f
	man/man3/seccomp_merge.3 \
Packit 56e23f
	man/man3/seccomp_release.3 \
Packit 56e23f
	man/man3/seccomp_reset.3 \
Packit 56e23f
	man/man3/seccomp_rule_add.3 \
Packit 56e23f
	man/man3/seccomp_rule_add_array.3 \
Packit 56e23f
	man/man3/seccomp_rule_add_exact.3 \
Packit 56e23f
	man/man3/seccomp_rule_add_exact_array.3 \
Packit Service 10c312
	man/man3/seccomp_notify_alloc.3 \
Packit Service 10c312
	man/man3/seccomp_notify_fd.3 \
Packit Service 10c312
	man/man3/seccomp_notify_free.3 \
Packit Service 10c312
	man/man3/seccomp_notify_id_valid.3 \
Packit Service 10c312
	man/man3/seccomp_notify_receive.3 \
Packit Service 10c312
	man/man3/seccomp_notify_respond.3 \
Packit 56e23f
	man/man3/seccomp_syscall_priority.3 \
Packit 56e23f
	man/man3/seccomp_syscall_resolve_name.3 \
Packit 56e23f
	man/man3/seccomp_syscall_resolve_name_arch.3 \
Packit 56e23f
	man/man3/seccomp_syscall_resolve_name_rewrite.3 \
Packit 56e23f
	man/man3/seccomp_syscall_resolve_num_arch.3 \
Packit 56e23f
	man/man3/seccomp_version.3 \
Packit 56e23f
	man/man3/seccomp_api_get.3 \
Packit 56e23f
	man/man3/seccomp_api_set.3