Skip to content

Commit dcb246b

Browse files
martinpittsofar
authored andcommitted
build-sys: ship missing XML files for building manpage
Fixes #7
1 parent 08d1540 commit dcb246b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Makefile.am

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,14 @@ dist_noinst_DATA = \
6363
LICENSE.LGPL2.1 \
6464
LICENSE.GPL2
6565

66-
EXTRA_DIST = man/bootchart.conf.xml man/systemd-bootchart.xml units/systemd-bootchart.service.in
66+
EXTRA_DIST = \
67+
man/bootchart.conf.xml \
68+
man/systemd-bootchart.xml \
69+
man/custom-man.xsl \
70+
man/standard-conf.xml \
71+
man/standard-options.xml \
72+
units/systemd-bootchart.service.in
73+
6774
MANPAGES = man/bootchart.conf.5 man/systemd-bootchart.1
6875
MANPAGES_ALIAS = man/bootchart.conf.d.5
6976

0 commit comments

Comments
 (0)