From 6ad58b7d5c5d0ca53ec644021f0108811bceac4a Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Fri, 05 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 --- (limited to 'Documentation/Makefile.in') 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)'; \ -- cgit v0.9.2