diff options
author | Daniel Mack <daniel@zonque.org> | 2016-02-12 15:03:51 +0100 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2016-02-23 13:30:09 +0100 |
commit | 232c84b2d22f2d96982b3c0390d29498bb430835 (patch) | |
tree | 168cae109aac24856fbaf3a91db7bd35067ee7d1 /Makefile-man.am | |
parent | a9ae0709416fe498de85744ce639ba6a9fc50105 (diff) |
Remove systemd-bootchart
This commit rips out systemd-bootchart. It will be given a new home, outside
of the systemd repository. The code itself isn't actually specific to
systemd and can be used without systemd even, so let's put it somewhere
else.
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index 8b68bf37cc..b2af8982cd 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -1843,18 +1843,6 @@ man/systemd-binfmt.html: man/systemd-binfmt.service.html endif -if ENABLE_BOOTCHART -MANPAGES += \ - man/bootchart.conf.5 \ - man/systemd-bootchart.1 -MANPAGES_ALIAS += \ - man/bootchart.conf.d.5 -man/bootchart.conf.d.5: man/bootchart.conf.5 -man/bootchart.conf.d.html: man/bootchart.conf.html - $(html-alias) - -endif - if ENABLE_COREDUMP MANPAGES += \ man/coredump.conf.5 \ @@ -2449,7 +2437,6 @@ endif EXTRA_DIST += \ man/binfmt.d.xml \ - man/bootchart.conf.xml \ man/bootctl.xml \ man/bootup.xml \ man/busctl.xml \ @@ -2572,7 +2559,6 @@ EXTRA_DIST += \ man/systemd-ask-password.xml \ man/systemd-backlight@.service.xml \ man/systemd-binfmt.service.xml \ - man/systemd-bootchart.xml \ man/systemd-cat.xml \ man/systemd-cgls.xml \ man/systemd-cgtop.xml \ |