Please find attached a very trivial patch to make "make install" copy the html versions of the manpages into /usr/share/doc/tgt Maybe it can be automated to have the webpage link to the latest version of these html-manpages? regards ronnie sahlberg
Attachment:
0001-When-running-make-install-copy-the-html-versions-o.patch.gz
Description: GNU Zip compressed data
From 5c4f3cdf8b917c1869b8e810dc310ed7ab0e471f Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg <ronniesahlberg@xxxxxxxxx> Date: Wed, 31 Mar 2010 17:15:33 +1100 Subject: [PATCH] When running "make install" copy the html versions of the manpages to /usr/share/doc/tgt/ Signed-off-by: Ronnie Sahlberg <ronniesahlberg@xxxxxxxxx> --- doc/Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 19d943a..acfd127 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,7 +5,8 @@ MANPAGES = manpages/tgtadm.8 manpages/tgt-admin.8 manpages/tgtimg.8 \ manpages/tgt-setup-lun.8 manpages/tgtd.8 DOCS = README.fcoe README.ibmvstgt README.iscsi README.iser \ - README.lu_configuration README.mmc tmf.txt + README.lu_configuration README.mmc tmf.txt \ + $(XMLHTML) XSLTPROC = /usr/bin/xsltproc XMLMAN = manpages/tgtd.8 manpages/tgtadm.8 manpages/tgtimg.8 \ -- 1.5.4.3