]> git.ipfire.org Git - thirdparty/squid.git/blob - src/store/id_rewriters/file/Makefile.am
795330febf4e4242db248f4f5bf72a14b07c8d42
[thirdparty/squid.git] / src / store / id_rewriters / file / Makefile.am
1 ## Copyright (C) 1996-2016 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
8 include $(top_srcdir)/src/Common.am
9
10 libexec_SCRIPTS = storeid_file_rewrite
11 CLEANFILES += storeid_file_rewrite
12 EXTRA_DIST= \
13 storeid_file_rewrite.pl.in \
14 required.m4
15
16 storeid_file_rewrite: storeid_file_rewrite.pl.in
17 $(subst_perlshell)
18
19 if ENABLE_POD2MAN_DOC
20 man_MANS = storeid_file_rewrite.8
21 CLEANFILES += storeid_file_rewrite.8
22 EXTRA_DIST += storeid_file_rewrite.8
23
24 storeid_file_rewrite.8: storeid_file_rewrite
25 pod2man --section=8 storeid_file_rewrite storeid_file_rewrite.8
26
27 endif