From: Aleš Křenek Date: Tue, 28 Mar 2006 18:10:37 +0000 (+0000) Subject: - generate and install docs by default X-Git-Tag: glite-security-proxyrenewal_R_1_3_0~22 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=8eb40c308f1b9c64ba97891f2896893c52688a17;p=jra1mw.git - generate and install docs by default - use --nonet for xmllint and xsltproc - don't use docbook 4.4, 4.2 is good enough --- 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 @@ - +