[systemd-commits] Makefile.am
Kay Sievers
kay at kemper.freedesktop.org
Tue Jan 8 08:02:43 PST 2013
Makefile.am | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 5088d19fa5cc898feda656019b08ae8714bd9148
Author: Umut Tezduyar <umut at tezduyar.com>
Date: Tue Jan 8 13:23:32 2013 +0100
bootchart: install missing man page and config file
diff --git a/Makefile.am b/Makefile.am
index 474110a..2232a1d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3027,11 +3027,14 @@ systemd_bootchart_SOURCES = \
src/bootchart/svg.c
MANPAGES += \
- man/systemd-bootchart.1
+ man/systemd-bootchart.1 \
man/bootchart.conf.5
rootlibexec_PROGRAMS += \
systemd-bootchart
+
+dist_pkgsysconf_DATA += \
+ src/bootchart/bootchart.conf
endif
# ------------------------------------------------------------------------------
More information about the systemd-commits
mailing list