svn commit: r41993 - projects/db5/share/mk

Hiroki Sato hrs at FreeBSD.org
Fri Jun 21 11:55:57 UTC 2013


Gabor Kovesdan <gabor at FreeBSD.org> wrote
  in <201306211138.r5LBckEj055821 at svn.freebsd.org>:

ga> Author: gabor
ga> Date: Fri Jun 21 11:38:45 2013
ga> New Revision: 41993
ga> URL: http://svnweb.freebsd.org/changeset/doc/41993
ga>
ga> Log:
ga>   - Create the Schematron XSLT in the current directory
ga>   - Properly clean up after validation
ga>
ga> Modified:
ga>   projects/db5/share/mk/doc.docbook.mk
ga>
ga> Modified: projects/db5/share/mk/doc.docbook.mk
ga> ==============================================================================
ga> --- projects/db5/share/mk/doc.docbook.mk	Fri Jun 21 07:27:27 2013	(r41992)
ga> +++ projects/db5/share/mk/doc.docbook.mk	Fri Jun 21 11:38:45 2013	(r41993)
ga> @@ -244,9 +244,10 @@ all: ${SRCS} ${_docs}
ga>
ga>  .if defined(SCHEMATRONS)
ga>  .for sch in ${SCHEMATRONS}
ga> -schxslts+=	${sch}.xsl
ga> +schxslts+=	${sch:C at .*/@@}.xsl
ga> +CLEANFILES+=	${sch:C at .*/@@}.xsl
ga>
ga> -${sch}.xsl: ${sch}
ga> +${sch:C at .*/@@}.xsl: ${sch}
ga>  	${XSLTPROC} --param allow-foreign "true" ${XSLSCH} ${.ALLSRC} > ${.TARGET}
ga>  .endfor
ga>  .endif

 Please use ${sch:T} instead of ${sch:C at .*/@@}.

-- Hiroki
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-doc-projects/attachments/20130621/0b76c3b1/attachment.sig>


More information about the svn-doc-projects mailing list