45 lines
1.0 KiB
Diff
45 lines
1.0 KiB
Diff
|
diff --git a/Makefile.am b/Makefile.am
|
||
|
index 01b258e..351f5e7 100644
|
||
|
--- a/Makefile.am
|
||
|
+++ b/Makefile.am
|
||
|
@@ -40,7 +40,16 @@ man_MANS = \
|
||
|
man/sys_ident.8 \
|
||
|
man/lparcfg.5 \
|
||
|
man/lparstat.8 \
|
||
|
- man/lsslot.8
|
||
|
+ man/lsslot.8 \
|
||
|
+ man/lsdevinfo.8 \
|
||
|
+ man/rtas_event_decode.8 \
|
||
|
+ man/ls-vdev.8 \
|
||
|
+ man/lsprop.8 \
|
||
|
+ man/drmgr.8 \
|
||
|
+ man/ls-veth.8 \
|
||
|
+ man/ppc64_cpu.8 \
|
||
|
+ man/nvsetenv.8 \
|
||
|
+ man/ls-vscsi.8
|
||
|
|
||
|
EXTRA_DIST += $(bin_SCRIPTS) $(sbin_SCRIPTS) $(man_MANS)
|
||
|
|
||
|
diff --git a/Makefile.in b/Makefile.in
|
||
|
index b3f5360..8679e01 100644
|
||
|
--- a/Makefile.in
|
||
|
+++ b/Makefile.in
|
||
|
@@ -345,7 +345,16 @@ man_MANS = \
|
||
|
man/sys_ident.8 \
|
||
|
man/lparcfg.5 \
|
||
|
man/lparstat.8 \
|
||
|
- man/lsslot.8
|
||
|
+ man/lsslot.8 \
|
||
|
+ man/lsdevinfo.8 \
|
||
|
+ man/rtas_event_decode.8 \
|
||
|
+ man/ls-vdev.8 \
|
||
|
+ man/lsprop.8 \
|
||
|
+ man/drmgr.8 \
|
||
|
+ man/ls-veth.8 \
|
||
|
+ man/ppc64_cpu.8 \
|
||
|
+ man/nvsetenv.8 \
|
||
|
+ man/ls-vscsi.8
|
||
|
|
||
|
pseries_platform_SOURCES = src/common/pseries_platform.c src/common/pseries_platform.h
|
||
|
librtas_error_SOURCES = src/common/librtas_error.c src/common/librtas_error.h
|