bootchart: install missing man page and config file

This commit is contained in:
Umut Tezduyar 2013-01-08 13:23:32 +01:00 committed by Kay Sievers
parent 72bc96f078
commit 5088d19fa5
1 changed files with 4 additions and 1 deletions

View File

@ -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
# ------------------------------------------------------------------------------