diff options
author | Umut Tezduyar <umut@tezduyar.com> | 2013-01-08 13:23:32 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-01-08 16:55:55 +0100 |
commit | 5088d19fa5cc898feda656019b08ae8714bd9148 (patch) | |
tree | bc3863ceb7ff45b80eaac87bbe7efdb7e494eb77 /Makefile.am | |
parent | 72bc96f07868d532596477604b6fb41633ebd124 (diff) |
bootchart: install missing man page and config file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 474110a6e5..2232a1d38b 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 # ------------------------------------------------------------------------------ |