]> git.ipfire.org Git - thirdparty/squid.git/blame - tools/helper-mux/Makefile.am
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / tools / helper-mux / Makefile.am
CommitLineData
5b74111a 1## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
33d1abfe
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
7include $(top_srcdir)/src/Common.am
8
9libexec_SCRIPTS = helper-mux
10CLEANFILES += helper-mux
11EXTRA_DIST= helper-mux.pl.in
12
ff82290c
AJ
13helper-mux: helper-mux.pl.in
14 $(subst_perlshell)
15
33d1abfe
AJ
16if ENABLE_POD2MAN_DOC
17man_MANS = helper-mux.8
18CLEANFILES += helper-mux.8
19EXTRA_DIST += helper-mux.8
20
21helper-mux.8: helper-mux
ff82290c 22 pod2man --section=8 helper-mux helper-mux.8
33d1abfe
AJ
23
24endif