The documentation of Linux-specific tools is not needed on non-Linux systems. Signed-off-by: Stephane Glondu <steph@xxxxxxxxxx> --- sys-utils/Makefile.am | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sys-utils/Makefile.am b/sys-utils/Makefile.am index cf6e6ac..8790f3b 100644 --- a/sys-utils/Makefile.am +++ b/sys-utils/Makefile.am @@ -23,9 +23,12 @@ endif tunelp_SOURCES = tunelp.c lp.h -dist_man_MANS = flock.1 readprofile.1 \ - ctrlaltdel.8 cytune.8 dmesg.1 ipcrm.1 ipcs.1 ldattach.8 renice.1 \ - setsid.1 tunelp.8 setarch.8 rtcwake.8 +dist_man_MANS = flock.1 readprofile.1 ctrlaltdel.8 dmesg.1 ipcrm.1 \ + ipcs.1 ldattach.8 renice.1 setsid.1 + +if LINUX +dist_man_MANS += cytune.8 ldattach.8 tunelp.8 rtcwake.8 setarch.8 +endif info_TEXINFOS = ipc.texi @@ -96,4 +99,3 @@ uninstall-hook: for I in $(SETARCH_LINKS); do \ rm -f $(DESTDIR)$(usrbinexecdir)/$$I ; \ done - -- 1.5.6 -- To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html