]> git.ipfire.org Git - thirdparty/squid.git/blob - src/log/DB/Makefile.am
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / log / DB / Makefile.am
1 ## Copyright (C) 1996-2020 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 = log_db_daemon
11 CLEANFILES += log_db_daemon
12 EXTRA_DIST= \
13 required.m4 \
14 doc/views.sql \
15 doc/date_day_column.sql \
16 log_db_daemon.pl.in
17
18 log_db_daemon: log_db_daemon.pl.in
19 $(subst_perlshell)
20
21 if ENABLE_POD2MAN_DOC
22 man_MANS = log_db_daemon.8
23 CLEANFILES += log_db_daemon.8
24 EXTRA_DIST += log_db_daemon.8
25
26 log_db_daemon.8: log_db_daemon
27 pod2man --section=8 log_db_daemon log_db_daemon.8
28
29 endif