]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: always enable lxc-device.1
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 1 Feb 2016 10:18:59 +0000 (11:18 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 1 Feb 2016 10:27:01 +0000 (11:27 +0100)
Commit ea4679694 replaced the python implementation with a
C one.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
doc/Makefile.am

index f58c240ab9fef7b69b336b4e7174c2bda8c3daec..0db1f6cc800cba8e640944a9addd54e01b489fc0 100644 (file)
@@ -27,6 +27,7 @@ man_MANS = \
        lxc-copy.1 \
        lxc-create.1 \
        lxc-destroy.1 \
+       lxc-device.1 \
        lxc-execute.1 \
        lxc-freeze.1 \
        lxc-info.1 \
@@ -49,7 +50,6 @@ man_MANS = \
        lxc.7
 
 if ENABLE_PYTHON
-    man_MANS += lxc-device.1
     man_MANS += lxc-ls.1
     man_MANS += lxc-start-ephemeral.1
 else