From: Sebastian Harl Date: Sat, 7 Aug 2010 11:30:42 +0000 (+0200) Subject: src/Makefile: Build and ship (in the tarball) the collectd-flush manpage. X-Git-Tag: collectd-5.0.0-beta0~68 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=79f6d0d0005c09481208f9c99328a3754db2aaf7;p=collectd.git src/Makefile: Build and ship (in the tarball) the collectd-flush manpage. --- diff --git a/src/Makefile.am b/src/Makefile.am index 9d45920a..c5087142 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1237,6 +1237,7 @@ dist_man_MANS = collectd.1 \ collectd.conf.5 \ collectd-email.5 \ collectd-exec.5 \ + collectd-flush.1 \ collectd-java.5 \ collectdmon.1 \ collectd-nagios.1 \ @@ -1253,6 +1254,7 @@ EXTRA_DIST = types.db pinba.proto EXTRA_DIST += collectd.conf.pod \ collectd-email.pod \ collectd-exec.pod \ + collectd-flush.pod \ collectd-java.pod \ collectdmon.pod \ collectd-nagios.pod \