From 6ad58b7d5c5d0ca53ec644021f0108811bceac4a Mon Sep 17 00:00:00 2001
From: Edward Rudd
Date: Fri, 5 Mar 2004 00:30:58 +0000
Subject: updated compatability header for Apache 1.3 Changed log_error routing
for Apache 1.3 to include APLOG_NOERRNO re-added quarter second delay between
reconnect and query retry. updated makefile to generate HTML version of
docbook docs. added comments to mod_log_sql_mysql.c updated documentation
about --with-db-inc configure option
---
Documentation/Makefile.in | 10 +++++++++-
Documentation/manual.xml | 3 ++-
2 files changed, 11 insertions(+), 2 deletions(-)
(limited to 'Documentation')
diff --git a/Documentation/Makefile.in b/Documentation/Makefile.in
index 2d07cfd..81f2298 100644
--- a/Documentation/Makefile.in
+++ b/Documentation/Makefile.in
@@ -3,7 +3,9 @@
# Modify these top variables.
SUBDIRS =
-EXTRA_DIST = README documentation.lyx
+EXTRA_DIST = README \
+ manual.xml \
+ manual.html
#Don't modify anything below here
@@ -16,6 +18,12 @@ DISTFILES = $(STD_DIST) $(EXTRA_DIST)
all: all-subdirs
+%.html: %.xml
+ @xmlto html-nochunks $<
+
+%.pdf: %.xml
+ @xmlto pdf $<
+
all-subdirs install-subdirs update-subdirs clean-subdirs distclean-subdirs:
@otarget=`echo $@|sed s/-subdirs//`; \
list=' $(SUBDIRS)'; \
diff --git a/Documentation/manual.xml b/Documentation/manual.xml
index 5ff595e..495b15f 100644
--- a/Documentation/manual.xml
+++ b/Documentation/manual.xml
@@ -213,7 +213,8 @@ $ cd mod_log_sql-1.9
$ locate ndbm.h
/usr/include/db1/ndbm.h
/usr/include/gdbm/ndbm.h
- As far as I can tell, there is no difference as to which you specify, but it should be the one that you compiled mod_ssl with. If unsure specify the /usr/include/db1.
+ As far as I can tell, there is no difference as to which you specify, but it should be the one that you compiled mod_ssl with.
+ The default is /usr/include/db1, which should work on most systems.
--
cgit