Code

src/Makefile.am: Added missing backslash before newline.
authorSebastian Harl <sh@tokkee.org>
Tue, 12 May 2009 06:44:24 +0000 (08:44 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 12 May 2009 06:44:24 +0000 (08:44 +0200)
The list of manpages is split into several lines. One of those lines was
missing the backslash which caused the list to be cut after collectd-java.5,
i.e. several of the manpages would have not been built at all.

Thanks to 'dh_install --fail-missing' for catching that ;-)

src/Makefile.am

index 55ab2ca79e8095c6a9e2741b5c6038da012ebcc3..95975a4b3b3540f392a5820ce68d39e1a302dda5 100644 (file)
@@ -1001,7 +1001,7 @@ dist_man_MANS = collectd.1 \
                collectd.conf.5 \
                collectd-email.5 \
                collectd-exec.5 \
-               collectd-java.5
+               collectd-java.5 \
                collectdmon.1 \
                collectd-nagios.1 \
                collectd-perl.5 \