From 0a6c358bf31776d112e410197f3cc65b316ce71f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 14 Mar 2001 19:15:37 +0000 Subject: - 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 --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Makefile.am') 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 -- cgit v1.2.3