diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-07-09 20:06:35 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-07-09 20:06:35 +0000 |
commit | 44881d780bd5a45450013e4f2ef321067eb3de86 (patch) | |
tree | cfac2b2814ac9bca0e13437c5aed46c5ad1bcc77 /doc/Makefile.am | |
parent | 399ff26ba4e515ad84279edda8e173cb5f0b2543 (diff) | |
download | libxslt-44881d780bd5a45450013e4f2ef321067eb3de86.tar.gz libxslt-44881d780bd5a45450013e4f2ef321067eb3de86.tar.bz2 libxslt-44881d780bd5a45450013e4f2ef321067eb3de86.zip |
small fix for xsl:message by Stephane GUIBOU added a specific regression
* libxslt/xsltutils.c: small fix for xsl:message by Stephane GUIBOU
* tests/documents/Makefile.am tests/documents/message.*: added
a specific regression test
* libxslt/transform.c: fixed an infinite loop
* configure.in doc/Makefile.am: attempt to add --with-html-dir,
this may work
Daniel
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 5fc5b77e..c8da04a4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -9,7 +9,7 @@ DOC_MAIN_SGML_FILE=libxslt.sgml # The directory containing the source code (if it contains documentation). DOC_SOURCE_DIR=.. -HTML_DIR=$(prefix)/doc +HTML_DIR=@HTML_DIR@ TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)/html |