From: Adam Dickmeiss Date: Fri, 14 Feb 2003 20:32:59 +0000 (+0000) Subject: Configure option --with-xsl. X-Git-Tag: YAZ.2.0~43 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=6011a7156d007b94abde4bfc3d427a1bd853cd86 Configure option --with-xsl. --- diff --git a/configure.in b/configure.in index 620cf6e..d66b29a 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl YAZ Toolkit, Index Data 1994-2003 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.104 2003-02-14 18:49:22 adam Exp $ +dnl $Id: configure.in,v 1.105 2003-02-14 20:32:59 adam Exp $ AC_INIT(include/yaz/yaz-version.h) AM_INIT_AUTOMAKE(yaz, 1.9.3) dnl @@ -62,6 +62,27 @@ AC_ARG_WITH(dsssl,[ --with-dsssl[=DIR] Use DSSSL in DIR/{html,print}/docbo AC_MSG_RESULT(Not found) fi ]) +AC_SUBST(XSL_DIR) +AC_ARG_WITH(xsl,[ --with-xsl[=DIR] Use XSL in DIR/{htmlhelp,xhtml}], +[ + if test -f "$withval/htmlhelp/htmlhelp.xsl"; then + XSL_DIR=$withval + fi +],[ + AC_MSG_CHECKING(for htmlhelp.xsl) + for d in /usr/share/sgml/docbook/stylesheet/xsl/nwalsh \ + /usr/share/sgml/docbook/xsl-stylesheets-1.* + do + if test -f $d/htmlhelp/htmlhelp.xsl; then + AC_MSG_RESULT($d) + XSL_DIR=$d + break + fi + done + if test -z "$XSL_DIR"; then + AC_MSG_RESULT(Not found) + fi +]) dnl dnl ----- Sockets checkBoth=0 @@ -373,6 +394,7 @@ doc/yazhtml.dsl doc/yazphp.dsl doc/yazprint.dsl doc/tkl.xsl +doc/yazhtml.xsl etc/Makefile yaz-config ],[sed s%yaz_echo_source=yes%yaz_echo_source=no%g < yaz-config > lib/yaz-config && chmod +x yaz-config lib/yaz-config]) diff --git a/doc/tkl.xsl.in b/doc/tkl.xsl.in index 350b30e..62ae3ac 100644 --- a/doc/tkl.xsl.in +++ b/doc/tkl.xsl.in @@ -1,7 +1,7 @@ - + 1 .tkl diff --git a/doc/tools.xml b/doc/tools.xml index b158495..f827436 100644 --- a/doc/tools.xml +++ b/doc/tools.xml @@ -1,4 +1,4 @@ - + Supporting Tools @@ -907,7 +907,7 @@ int cql_transform_FILE(cql_transform_t ct, This small file defines two index sets, three qualifiers and three relations, a position pattern and a default structure. - + With the mappings above, the CQL query diff --git a/doc/yazhtml.xsl b/doc/yazhtml.xsl deleted file mode 100644 index 521d024..0000000 --- a/doc/yazhtml.xsl +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - diff --git a/doc/yazhtml.xsl.in b/doc/yazhtml.xsl.in new file mode 100644 index 0000000..0bc5333 --- /dev/null +++ b/doc/yazhtml.xsl.in @@ -0,0 +1,12 @@ + + + + + + + + + + +