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