src/Makefile.am: Added all POD files to EXTRA_DIST.
authorSebastian Harl <sh@tokkee.org>
Sun, 2 Sep 2007 10:44:41 +0000 (12:44 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 11 Oct 2007 16:54:58 +0000 (18:54 +0200)
Those files are basically the "sources" for the manpages and as such
should be included in a distribution.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/Makefile.am

index e5578ad..57a9697 100644 (file)
@@ -579,6 +579,10 @@ dist_man_MANS = collectd.1 collectd-nagios.1 collectd.conf.5 \
 
 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
+
 .pod.1:
        pod2man --release=$(VERSION) --center=$(PACKAGE) $< >$@