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 |
2002-11-27 | |||
| | | | | | with accompanying documentation. | ||
* | Some more doc edits & cleanup. | 2002-11-19 | |
| | |||
* | Yet more minor documentation edits. | 2002-11-19 | |
| | |||
* | Many more doc edits. Reworked the makefile to use ssh/scp for 'make distro'.1.17 | 2002-11-17 | |
| | |||
* | Further changes to the documentation and how it is generated. | 2002-11-15 | |
| | |||
* | More documentation work on the way to final 1.17 release. | 2002-11-14 | |
| | | | | | Additional work on the Makefile. | ||
* | Monster changes en route to 1.17. Esp. with new documentation. | 2002-11-14 | |