diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/Makefile.in | 10 | ||||
-rw-r--r-- | Documentation/manual.xml | 3 |
2 files changed, 11 insertions, 2 deletions
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 @@ | |||
3 | # Modify these top variables. | 3 | # Modify these top variables. |
4 | SUBDIRS = | 4 | SUBDIRS = |
5 | 5 | ||
6 | EXTRA_DIST = README documentation.lyx | 6 | EXTRA_DIST = README \ |
7 | manual.xml \ | ||
8 | manual.html | ||
7 | 9 | ||
8 | #Don't modify anything below here | 10 | #Don't modify anything below here |
9 | 11 | ||
@@ -16,6 +18,12 @@ DISTFILES = $(STD_DIST) $(EXTRA_DIST) | |||
16 | 18 | ||
17 | all: all-subdirs | 19 | all: all-subdirs |
18 | 20 | ||
21 | %.html: %.xml | ||
22 | @xmlto html-nochunks $< | ||
23 | |||
24 | %.pdf: %.xml | ||
25 | @xmlto pdf $< | ||
26 | |||
19 | all-subdirs install-subdirs update-subdirs clean-subdirs distclean-subdirs: | 27 | all-subdirs install-subdirs update-subdirs clean-subdirs distclean-subdirs: |
20 | @otarget=`echo $@|sed s/-subdirs//`; \ | 28 | @otarget=`echo $@|sed s/-subdirs//`; \ |
21 | list=' $(SUBDIRS)'; \ | 29 | 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</screen> | |||
213 | <screen format="linespecific">$ locate ndbm.h | 213 | <screen format="linespecific">$ locate ndbm.h |
214 | /usr/include/db1/ndbm.h | 214 | /usr/include/db1/ndbm.h |
215 | /usr/include/gdbm/ndbm.h</screen> | 215 | /usr/include/gdbm/ndbm.h</screen> |
216 | <para>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 <filename>/usr/include/db1</filename>.</para> | 216 | <para>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.</para> |
217 | <para>The default is <filename>/usr/include/db1</filename>, which should work on most systems.</para> | ||
217 | </listitem> | 218 | </listitem> |
218 | </varlistentry> | 219 | </varlistentry> |
219 | <varlistentry> | 220 | <varlistentry> |