aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-03-14 19:15:37 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-03-14 19:15:37 +0000
commit0a6c358bf31776d112e410197f3cc65b316ce71f (patch)
treef396337740a25d2665e08c9f513188f0f5345623 /doc/Makefile.am
parenta022fe03fd034df65c21a40b90f6fd0cdde3c467 (diff)
downloadandroid_external_libxml2-0a6c358bf31776d112e410197f3cc65b316ce71f.tar.gz
android_external_libxml2-0a6c358bf31776d112e410197f3cc65b316ce71f.tar.bz2
android_external_libxml2-0a6c358bf31776d112e410197f3cc65b316ce71f.zip
- doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
a fix for --with-html-dir= configure support. I hope it won't break rpm generation 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 89088c49..7feec359 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -9,7 +9,7 @@ DOC_MAIN_SGML_FILE=gnome-xml.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