diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-12 14:58:52 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-12 14:58:52 +0200 |
commit | 2c4ff63406c80839c6c8e838c1279934a0bc150e (patch) | |
tree | 908ce09657f76f97dd2588a47aca0637121e9c49 /Makefile.am | |
parent | cac72f7a02aca7c4162f0a489b102cde341b5bef (diff) |
detect-virt: make detect-virt an official command
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 5bba4f990b..2c047a0f50 100644 --- a/Makefile.am +++ b/Makefile.am @@ -205,7 +205,8 @@ bin_PROGRAMS = \ systemd-cgls \ systemd-cgtop \ systemd-stdio-bridge \ - systemd-nspawn + systemd-nspawn \ + systemd-detect-virt dist_bin_SCRIPTS = \ src/systemd-analyze @@ -223,7 +224,6 @@ rootlibexec_PROGRAMS = \ systemd-fsck \ systemd-timestamp \ systemd-ac-power \ - systemd-detect-virt \ systemd-sysctl systemgenerator_PROGRAMS = \ @@ -484,6 +484,7 @@ MANPAGES = \ man/systemd-ask-password.1 \ man/systemd-cat.1 \ man/systemd-machine-id-setup.1 \ + man/systemd-detect-virt.1 \ man/journald.conf.5 \ man/journalctl.1 |