From df021e02a8ebe19d0537bb836b988bc7d424f79e Mon Sep 17 00:00:00 2001 From: Douglas Gilbert Date: Fri, 21 Oct 2022 04:13:46 +0000 Subject: build cleanups for 'make distcheck' See https://github.com/doug-gilbert/sg3_utils/pull/26, 27 and 28; still need svn:ignore property or maybe global-ignores. More testing/*_dd.c* cleanups for retiring HIPRI and relacing with POLLED (for calling bio_poll() in kernel). git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@975 6180dd3e-e324-4e3e-922d-17de1ae2f315 --- doc/Makefile.am | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index f816bb87..2d5c52ea 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ -man_MANS = \ +dist_man_MANS = \ scsi_mandat.8 scsi_readcap.8 scsi_ready.8 scsi_satl.8 scsi_start.8 \ scsi_stop.8 scsi_temperature.8 sg3_utils.8 sg3_utils_json.8 \ sg_bg_ctl.8 sg_compare_and_write.8 sg_decode_sense.8 sg_format.8 \ @@ -19,7 +19,7 @@ man_MANS = \ CLEANFILES = if OS_LINUX -man_MANS += \ +dist_man_MANS += \ rescan-scsi-bus.sh.8 scsi_logging_level.8 sg_copy_results.8 sg_dd.8 \ sg_emc_trespass.8 sg_map.8 sg_map26.8 sg_rbuf.8 sg_read.8 sg_reset.8 \ sg_scan.8 sg_test_rwbuf.8 sg_xcopy.8 sginfo.8 sgm_dd.8 sgp_dd.8 @@ -29,15 +29,19 @@ sg_scan.8: sg_scan.8.linux endif if OS_WIN32_MINGW -man_MANS += sg_scan.8 +dist_man_MANS += sg_scan.8 CLEANFILES += sg_scan.8 sg_scan.8: sg_scan.8.win32 cp -p $< $@ endif if OS_WIN32_CYGWIN -man_MANS += sg_scan.8 +dist_man_MANS += sg_scan.8 CLEANFILES += sg_scan.8 sg_scan.8: sg_scan.8.win32 cp -p $< $@ endif + +EXTRA_DIST = \ + sg_scan.8.linux \ + sg_scan.8.win32 -- cgit v1.2.3