aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.in
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.in
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.in')
-rw-r--r--doc/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/Makefile.in b/doc/Makefile.in
index 53b5c908..e0c47634 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -186,7 +186,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
@OS_FREEBSD_TRUE@man_MANS = \
-@OS_FREEBSD_TRUE@ sg3_utils.8 \
+@OS_FREEBSD_TRUE@ sg3_utils.8 sg_decode_sense.8 \
@OS_FREEBSD_TRUE@ scsi_readcap.8 scsi_ready.8 scsi_start.8 scsi_stop.8 \
@OS_FREEBSD_TRUE@ sg_format.8 sg_get_config.8 sg_get_lba_status.8 sg_ident.8 \
@OS_FREEBSD_TRUE@ sg_inq.8 sg_logs.8 sg_luns.8 \
@@ -205,7 +205,7 @@ top_srcdir = @top_srcdir@
#
# sg_scan is shared by Linux and Win32
@OS_LINUX_TRUE@man_MANS = \
-@OS_LINUX_TRUE@ sg3_utils.8 \
+@OS_LINUX_TRUE@ sg3_utils.8 sg_decode_sense.8 \
@OS_LINUX_TRUE@ scsi_readcap.8 scsi_ready.8 scsi_start.8 scsi_stop.8 \
@OS_LINUX_TRUE@ sg_dd.8 sg_emc_trespass.8 sg_format.8 sg_get_config.8 \
@OS_LINUX_TRUE@ sg_get_lba_status.8 sg_ident.8 sginfo.8 sg_inq.8 sg_logs.8 \
@@ -220,7 +220,7 @@ top_srcdir = @top_srcdir@
@OS_LINUX_TRUE@ sg_write_buffer.8 sg_write_long.8 sg_write_same.8 sg_wr_mode.8
@OS_OSF_TRUE@man_MANS = \
-@OS_OSF_TRUE@ sg3_utils.8 \
+@OS_OSF_TRUE@ sg3_utils.8 sg_decode_sense.8 \
@OS_OSF_TRUE@ scsi_readcap.8 scsi_ready.8 scsi_start.8 scsi_stop.8 \
@OS_OSF_TRUE@ sg_format.8 sg_get_config.8 sg_get_lba_status.8 sg_ident.8 \
@OS_OSF_TRUE@ sg_inq.8 sg_logs.8 sg_luns.8 \
@@ -233,7 +233,7 @@ top_srcdir = @top_srcdir@
@OS_OSF_TRUE@ sg_write_buffer.8 sg_write_long.8 sg_write_same.8 sg_wr_mode.8
@OS_SOLARIS_TRUE@man_MANS = \
-@OS_SOLARIS_TRUE@ sg3_utils.8 \
+@OS_SOLARIS_TRUE@ sg3_utils.8 sg_decode_sense.8 \
@OS_SOLARIS_TRUE@ scsi_readcap.8 scsi_ready.8 scsi_start.8 scsi_stop.8 \
@OS_SOLARIS_TRUE@ sg_format.8 sg_get_config.8 sg_get_lba_status.8 sg_ident.8 \
@OS_SOLARIS_TRUE@ sg_inq.8 sg_logs.8 sg_luns.8 \
@@ -246,7 +246,7 @@ top_srcdir = @top_srcdir@
@OS_SOLARIS_TRUE@ sg_write_buffer.8 sg_write_long.8 sg_write_same.8 sg_wr_mode.8
@OS_WIN32_CYGWIN_TRUE@man_MANS = \
-@OS_WIN32_CYGWIN_TRUE@ sg3_utils.8 \
+@OS_WIN32_CYGWIN_TRUE@ sg3_utils.8 sg_decode_sense.8 \
@OS_WIN32_CYGWIN_TRUE@ scsi_readcap.8 scsi_ready.8 scsi_start.8 scsi_stop.8 \
@OS_WIN32_CYGWIN_TRUE@ sg_format.8 sg_get_config.8 sg_get_lba_status.8 sg_ident.8 \
@OS_WIN32_CYGWIN_TRUE@ sg_inq.8 sg_logs.8 sg_luns.8 sg_modes.8 sg_opcodes.8 \
@@ -259,7 +259,7 @@ top_srcdir = @top_srcdir@
@OS_WIN32_CYGWIN_TRUE@ sg_write_buffer.8 sg_write_long.8 sg_write_same.8 sg_wr_mode.8
@OS_WIN32_MINGW_TRUE@man_MANS = \
-@OS_WIN32_MINGW_TRUE@ sg3_utils.8 \
+@OS_WIN32_MINGW_TRUE@ sg3_utils.8 sg_decode_sense.8 \
@OS_WIN32_MINGW_TRUE@ scsi_readcap.8 scsi_ready.8 scsi_start.8 scsi_stop.8 \
@OS_WIN32_MINGW_TRUE@ sg_format.8 sg_get_config.8 sg_get_lba_status.8 sg_ident.8 \
@OS_WIN32_MINGW_TRUE@ sg_inq.8 sg_logs.8 sg_luns.8 sg_modes.8 sg_opcodes.8 sg_persist.8 \