diff options
author | paul@kite-hub.kitebird.com <> | 2004-11-12 14:15:06 -0600 |
---|---|---|
committer | paul@kite-hub.kitebird.com <> | 2004-11-12 14:15:06 -0600 |
commit | 79d8bde11ee6da9474a5b122c1739316f5adb120 (patch) | |
tree | f8f28bea9739afbb48eb61575b2ed7fde9d67e26 /Docs | |
parent | 76b8c8747dd175ccd4706ccc209ebdb478c1c1d5 (diff) | |
download | mariadb-git-79d8bde11ee6da9474a5b122c1739316f5adb120.tar.gz |
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 |