]> git.ipfire.org Git - thirdparty/squid.git/blame - src/acl/external/delayer/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / external / delayer / Makefile.am
CommitLineData
4ac4a490 1## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
ca02e0ec
AJ
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
ec1fac73
FC
8include $(top_srcdir)/src/Common.am
9
a451f4d9 10libexec_SCRIPTS = ext_delayer_acl
ff82290c
AJ
11CLEANFILES += ext_delayer_acl
12EXTRA_DIST= \
13 required.m4 \
14 ext_delayer_acl.pl.in
15
16ext_delayer_acl: ext_delayer_acl.pl.in
17 $(subst_perlshell)
18
19if ENABLE_POD2MAN_DOC
a451f4d9 20man_MANS = ext_delayer_acl.8
ff82290c
AJ
21CLEANFILES += ext_delayer_acl.8
22EXTRA_DIST += ext_delayer_acl.8
ec1fac73 23
a451f4d9 24ext_delayer_acl.8: ext_delayer_acl
ff82290c 25 pod2man --section=8 ext_delayer_acl ext_delayer_acl.8
ec1fac73 26
ff82290c 27endif