summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-07-09 20:06:35 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-07-09 20:06:35 +0000
commit44881d780bd5a45450013e4f2ef321067eb3de86 (patch)
treecfac2b2814ac9bca0e13437c5aed46c5ad1bcc77 /doc/Makefile.am
parent399ff26ba4e515ad84279edda8e173cb5f0b2543 (diff)
downloadlibxslt-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.am2
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