summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5680061)
raw | patch | inline | side by side (parent: 5680061)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 12 May 2009 06:44:24 +0000 (08:44 +0200) | ||
committer | Sebastian 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 ;-)
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 | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index 55ab2ca79e8095c6a9e2741b5c6038da012ebcc3..95975a4b3b3540f392a5820ce68d39e1a302dda5 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
collectd.conf.5 \
collectd-email.5 \
collectd-exec.5 \
- collectd-java.5
+ collectd-java.5 \
collectdmon.1 \
collectd-nagios.1 \
collectd-perl.5 \