ctlseqs/man/Makefile.am

21 lines
586 B
Makefile
Raw Normal View History

2020-11-17 06:24:43 +00:00
#
2021-01-10 17:53:38 +00:00
# Copyright (C) 2020,2021 CismonX <admin@cismon.net>
2020-11-17 06:24:43 +00:00
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
2021-01-25 06:17:06 +00:00
AUTOMAKE_OPTIONS = no-installman
2020-12-10 09:27:34 +00:00
dist_man3_MANS = \
ctlseqs_matcher_init.3 \
2020-12-11 04:47:14 +00:00
ctlseqs_matcher_config.3 \
2020-12-24 12:55:49 +00:00
ctlseqs_match.3 \
2020-12-10 09:27:34 +00:00
ctlseqs_matcher_free.3 \
ctlseqs_reader_init.3 \
2020-12-11 04:47:14 +00:00
ctlseqs_reader_config.3 \
2020-12-10 09:27:34 +00:00
ctlseqs_read.3 \
ctlseqs_purge.3 \
ctlseqs_reader_free.3