DOC: Add manpage for iscsi-inq
This commit is contained in:
@@ -9,7 +9,7 @@ LDADD = lib/libiscsi.la -lpopt
|
||||
XSLTPROC = /usr/bin/xsltproc
|
||||
|
||||
# Manpages
|
||||
man1_MANS = doc/iscsi-ls.1
|
||||
man1_MANS = doc/iscsi-inq.1 doc/iscsi-ls.1
|
||||
|
||||
EXTRA_DIST = autogen.sh COPYING LICENCE-GPL-2.txt LICENCE-LGPL-2.1.txt \
|
||||
packaging/RPM/libiscsi.spec.in packaging/RPM/makerpms.sh
|
||||
@@ -327,3 +327,6 @@ endif
|
||||
|
||||
doc/iscsi-ls.1: doc/iscsi-ls.1.xml
|
||||
-test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
||||
|
||||
doc/iscsi-inq.1: doc/iscsi-inq.1.xml
|
||||
-test -z "$(XSLTPROC)" || $(XSLTPROC) -o $@ http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl $<
|
||||
|
||||
Reference in New Issue
Block a user