From 6b89dd24f42ea2ee6ac5ce05a2fb3f18ea5331aa Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 12 May 2009 08:44:24 +0200 Subject: [PATCH] src/Makefile.am: Added missing backslash before newline. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 55ab2ca7..95975a4b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \ -- 2.11.0