1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-25 06:03:34 +03:00

- 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
This commit is contained in:
Daniel Veillard 2001-03-14 19:15:37 +00:00
parent a022fe03fd
commit 0a6c358bf3
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* 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
Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* xmlIO.c: one function comment cleanup.

View File

@ -80,7 +80,7 @@ AC_CHECK_HEADERS(netdb.h sys/time.h sys/select.h sys/mman.h)
dnl Specific dir for HTML output ?
if test "x$with_html_dir" = "x" ; then
HTML_DIR='${datadir}/gtk-doc/html'
HTML_DIR='$(prefix)/doc'
else
HTML_DIR=$with_html_dir
fi

View File

@ -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