summaryrefslogtreecommitdiff
path: root/Docs/Makefile.am
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2001-01-08 00:04:30 +0200
committermonty@donna.mysql.com <>2001-01-08 00:04:30 +0200
commit6d0e529042f175d4a0522235239f33e8eca41cfb (patch)
tree500feaf42e43ee02e3822a280b03319bcd8f3abe /Docs/Makefile.am
parent7541a877bcc007f58cb218fe18a4f4b18c7ba71a (diff)
downloadmariadb-git-6d0e529042f175d4a0522235239f33e8eca41cfb.tar.gz
Fixed bug when having many binary log files
Fixed bug when deleting keys with possible NULL values many changes to mysqltest
Diffstat (limited to 'Docs/Makefile.am')
-rw-r--r--Docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am
index ce5fbd263c6..4f61d93c0e5 100644
--- a/Docs/Makefile.am
+++ b/Docs/Makefile.am
@@ -99,7 +99,7 @@ nusphere.pdf: manual.texi
manual_a4.ps: manual.texi include.texi
TEXINPUTS=$(srcdir):$$TEXINPUTS \
MAKEINFO='$(MAKEINFO) -I $(srcdir)' \
- $(TEXI2DVI) --batch --texinfo '@afourpaper' $<
+ $(TEXI2DVI) --batch --texinfo --quiet '@afourpaper' $<
$(DVIPS) -t a4 manual.dvi -o $@
touch $@