From: Florian Forster Date: Thu, 24 Jul 2008 14:33:25 +0000 (+0200) Subject: src/Makefile.am: Add `postgresql_default.conf' to `EXTRA_DIST'. X-Git-Tag: collectd-4.5.0~83 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=41234a4a2e221a3b72bd63097db3829cbc6417d0;p=collectd.git src/Makefile.am: Add `postgresql_default.conf' to `EXTRA_DIST'. --- diff --git a/src/Makefile.am b/src/Makefile.am index dc36a2a8..49261574 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -780,7 +780,8 @@ EXTRA_DIST = types.db EXTRA_DIST += collectd-email.pod collectd-exec.pod collectd-nagios.pod \ collectd-perl.pod collectd-snmp.pod collectd-unixsock.pod \ - collectd.conf.pod collectd.pod collectdmon.pod types.db.pod + collectd.conf.pod collectd.pod collectdmon.pod types.db.pod \ + postgresql_default.conf .pod.1: pod2man --release=$(VERSION) --center=$(PACKAGE) $< >.pod2man.tmp 2>/dev/null && mv -f .pod2man.tmp $@ || true