]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
build-sys: install su.1 if building su
authorDave Reisner <dreisner@archlinux.org>
Wed, 5 Sep 2012 02:31:03 +0000 (22:31 -0400)
committerKarel Zak <kzak@redhat.com>
Wed, 5 Sep 2012 08:45:46 +0000 (10:45 +0200)
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
login-utils/Makemodule.am

index 755a361dd8d859cc85850912630bd85c4bd64c81..e26d9a7512b92452c699cfd409d097af3471916a 100644 (file)
@@ -80,6 +80,7 @@ endif # BUILD_CHFN_CHSH
 
 if BUILD_SU
 bin_PROGRAMS += su
+dist_man_MANS += login-utils/su.1
 su_SOURCES = \
        login-utils/su.c \
        login-utils/su-common.c \