diff options
author | unknown <paul@kite-hub.kitebird.com> | 2004-11-12 14:15:06 -0600 |
---|---|---|
committer | unknown <paul@kite-hub.kitebird.com> | 2004-11-12 14:15:06 -0600 |
commit | 0f3b604dbfe396f52f5f07bfb04ea2aaf32c33a7 (patch) | |
tree | f8f28bea9739afbb48eb61575b2ed7fde9d67e26 /Docs | |
parent | c7b66f9ddefb95050c21a9938578a0f56d9dd0d0 (diff) | |
download | mariadb-git-0f3b604dbfe396f52f5f07bfb04ea2aaf32c33a7.tar.gz |
Makefile.am:
Add -acc flag for texi2html to handle accented characters.
Docs/Makefile.am:
Add -acc flag for texi2html to handle accented characters.
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index e53ea195d94..2f32dfca1b4 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -9,7 +9,7 @@ # If you know how to fix any of this more elegantly please mail # docs@mysql.com -TEXI2HTML_FLAGS = -iso -number +TEXI2HTML_FLAGS = -iso -number -acc DVIPS = dvips MAKEINFO = @MAKEINFO@ TEXINFO_TEX = Support/texinfo.tex |