From 5088d19fa5cc898feda656019b08ae8714bd9148 Mon Sep 17 00:00:00 2001 From: Umut Tezduyar Date: Tue, 8 Jan 2013 13:23:32 +0100 Subject: [PATCH] bootchart: install missing man page and config file --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 474110a6e..2232a1d38 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 # ------------------------------------------------------------------------------ -- 2.30.2