From: Umut Tezduyar Date: Tue, 8 Jan 2013 12:23:32 +0000 (+0100) Subject: bootchart: install missing man page and config file X-Git-Tag: v198~596 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5088d19fa5cc898feda656019b08ae8714bd9148;p=elogind.git bootchart: install missing man page and config file --- 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 # ------------------------------------------------------------------------------