src/Makefile.am: Added missing backslash before newline. collectd-4.7.0
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 55ab2ca..95975a4 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 \