Move .xsl.in's to id.xsl's .. so that we reduce .in files further.
[m4-moved-to-github.git] / yaz.m4
diff --git a/yaz.m4 b/yaz.m4
index 38117ce..4626bc6 100644 (file)
--- 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]],