diff options
author | unknown <monty@work.mysql.com> | 2000-12-13 12:43:45 +0100 |
---|---|---|
committer | unknown <monty@work.mysql.com> | 2000-12-13 12:43:45 +0100 |
commit | 6f23bd946a7d9df0456645edda3cb4bab92eb3e2 (patch) | |
tree | 30402773df533d84ae847cd89d3a19df4db4ffbc /Docs | |
parent | bf7633f507d1d9f0dc02e150205d8877ece627fe (diff) | |
download | mariadb-git-6f23bd946a7d9df0456645edda3cb4bab92eb3e2.tar.gz |
mysql.spec.sh Don't install BDB
Do-patch-file Update for new web structure
Makefile.am Added dependency for manual_toc.html
Makefile.am Replaced chmod with RM to avoid error message
include/Makefile.am:
Replaced chmod with RM to avoid error message
Docs/Makefile.am:
Added dependency for manual_toc.html
Build-tools/Do-patch-file:
Update for new web structure
support-files/mysql.spec.sh:
Don't install BDB
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index 1e0c8e9665a..5593f495bf9 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -56,6 +56,9 @@ manual.txt: manual.texi include.texi manual.html: manual.texi include.texi $(srcdir)/Support/texi2html cd $(srcdir) && @PERL@ $(srcdir)/Support/texi2html $(TEXI2HTML_FLAGS) $< +manual_toc.html: manual.html + + # Fix: add --output-comment with some interesting info? # Fix: @image worked with a older version of pdftex. # Note: @image will work if we first convert all images to pdf ... |