From 8eb40c308f1b9c64ba97891f2896893c52688a17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Tue, 28 Mar 2006 18:10:37 +0000 Subject: [PATCH] - generate and install docs by default - use --nonet for xmllint and xsltproc - don't use docbook 4.4, 4.2 is good enough --- org.glite.lb.ws-interface/Makefile | 7 ++++--- org.glite.lb.ws-interface/src/puke-ug.xsl | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/org.glite.lb.ws-interface/Makefile b/org.glite.lb.ws-interface/Makefile index c53cae7..04f79fd 100644 --- a/org.glite.lb.ws-interface/Makefile +++ b/org.glite.lb.ws-interface/Makefile @@ -16,16 +16,16 @@ SUFFIXES = .T VPATH=${top_srcdir}/src AT3=perl -I${top_srcdir}/project ${top_srcdir}/project/at3 -XSLTPROC:=xsltproc +XSLTPROC:=xsltproc --nonet TIDY=tidy -XMLLINT:=xmllint +XMLLINT:=xmllint --nonet docbookxls:=http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl STAGETO=interface WSDL=LB.wsdl LBTypes.wsdl -all compile: ${WSDL} +all compile: ${WSDL} LB.html check: @echo No unit test required for interface-only module. @@ -50,6 +50,7 @@ install: -mkdir -p ${PREFIX}/${STAGETO} -mkdir -p ${PREFIX}/share/doc/${package}-${version} install -m 644 ${top_srcdir}/LICENSE ${PREFIX}/share/doc/${package}-${version} + install -m 644 LB.html ${PREFIX}/share/doc/${package}-${version} # install the generated stuff instead # cd ${top_srcdir}/interface && install -m 644 ${WSDL} ${PREFIX}/${STAGETO} install -m 644 ${WSDL} ${PREFIX}/${STAGETO} diff --git a/org.glite.lb.ws-interface/src/puke-ug.xsl b/org.glite.lb.ws-interface/src/puke-ug.xsl index cab6911..21bc8da 100644 --- a/org.glite.lb.ws-interface/src/puke-ug.xsl +++ b/org.glite.lb.ws-interface/src/puke-ug.xsl @@ -5,8 +5,8 @@ - + -- 1.8.2.3