From: Adam Dickmeiss Date: Fri, 2 Jun 2006 10:50:28 +0000 (+0000) Subject: Move .xsl.in's to id.xsl's .. so that we reduce .in files further. X-Git-Tag: YAZ.2.1.22 X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=7a8d9606965975f4418e50a73917d9ea760a3db7;p=m4-moved-to-github.git Move .xsl.in's to id.xsl's .. so that we reduce .in files further. --- diff --git a/yaz.m4 b/yaz.m4 index 38117ce..4626bc6 100644 --- a/yaz.m4 +++ b/yaz.m4 @@ -7,11 +7,11 @@ AC_DEFUN([YAZ_DOC], AC_SUBST(XSLTPROC_COMPILE) XSLTPROC_COMPILE='xsltproc -path ".:$(srcdir)"' AC_SUBST(MAN_COMPILE) -MAN_COMPILE='$(XSLTPROC_COMPILE) common/man.xsl' +MAN_COMPILE='$(XSLTPROC_COMPILE) common/id.man.xsl' AC_SUBST(HTML_COMPILE) -HTML_COMPILE='$(XSLTPROC_COMPILE) common/html.xsl' +HTML_COMPILE='$(XSLTPROC_COMPILE) common/id.htmlhelp.xsl' AC_SUBST(TKL_COMPILE) -TKL_COMPILE='$(XSLTPROC_COMPILE) common/tkl.xsl' +TKL_COMPILE='$(XSLTPROC_COMPILE) common/id.tkl.xsl' AC_SUBST(DTD_DIR) AC_ARG_WITH(docbook-dtd,[[ --with-docbook-dtd=DIR use docbookx.dtd in DIR]],