aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2010-12-06 02:27:23 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2010-12-06 02:27:23 +0000
commit3c60a8b8991001fe80ffdd95ca77bcce40b035eb (patch)
treec853891eab503ca2a6187d4623602f19b8a935be /doc/Makefile.am
parent02f2be1ee0e44a84cbdfa510ea11db9bcb4275ce (diff)
downloadsg3_utils-3c60a8b8991001fe80ffdd95ca77bcce40b035eb.tar.gz
add forwarded sense descriptor; new sg_decode_sense utility
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@365 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2c4f75e3..fa6ecec0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -8,7 +8,7 @@ if OS_LINUX
# sg_scan is shared by Linux and Win32
man_MANS = \
- sg3_utils.8 \
+ sg3_utils.8 sg_decode_sense.8 \
scsi_readcap.8 scsi_ready.8 scsi_start.8 scsi_stop.8 \
sg_dd.8 sg_emc_trespass.8 sg_format.8 sg_get_config.8 \
sg_get_lba_status.8 sg_ident.8 sginfo.8 sg_inq.8 sg_logs.8 \
@@ -34,7 +34,7 @@ endif
if OS_WIN32_MINGW
man_MANS = \
- sg3_utils.8 \
+ sg3_utils.8 sg_decode_sense.8 \
scsi_readcap.8 scsi_ready.8 scsi_start.8 scsi_stop.8 \
sg_format.8 sg_get_config.8 sg_get_lba_status.8 sg_ident.8 \
sg_inq.8 sg_logs.8 sg_luns.8 sg_modes.8 sg_opcodes.8 sg_persist.8 \
@@ -58,7 +58,7 @@ endif
if OS_WIN32_CYGWIN
man_MANS = \
- sg3_utils.8 \
+ sg3_utils.8 sg_decode_sense.8 \
scsi_readcap.8 scsi_ready.8 scsi_start.8 scsi_stop.8 \
sg_format.8 sg_get_config.8 sg_get_lba_status.8 sg_ident.8 \
sg_inq.8 sg_logs.8 sg_luns.8 sg_modes.8 sg_opcodes.8 \
@@ -82,7 +82,7 @@ endif
if OS_FREEBSD
man_MANS = \
- sg3_utils.8 \
+ sg3_utils.8 sg_decode_sense.8 \
scsi_readcap.8 scsi_ready.8 scsi_start.8 scsi_stop.8 \
sg_format.8 sg_get_config.8 sg_get_lba_status.8 sg_ident.8 \
sg_inq.8 sg_logs.8 sg_luns.8 \
@@ -100,7 +100,7 @@ endif
if OS_SOLARIS
man_MANS = \
- sg3_utils.8 \
+ sg3_utils.8 sg_decode_sense.8 \
scsi_readcap.8 scsi_ready.8 scsi_start.8 scsi_stop.8 \
sg_format.8 sg_get_config.8 sg_get_lba_status.8 sg_ident.8 \
sg_inq.8 sg_logs.8 sg_luns.8 \
@@ -118,7 +118,7 @@ endif
if OS_OSF
man_MANS = \
- sg3_utils.8 \
+ sg3_utils.8 sg_decode_sense.8 \
scsi_readcap.8 scsi_ready.8 scsi_start.8 scsi_stop.8 \
sg_format.8 sg_get_config.8 sg_get_lba_status.8 sg_ident.8 \
sg_inq.8 sg_logs.8 sg_luns.8 \