From 12c7ac7a4b7ce02e85ca4e2a7f6b2980d6940778 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Fri, 19 Oct 2012 18:43:03 +0200 Subject: Added --quiet options to clean up the texi2pdt output --- tools/gendocs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/gendocs.sh b/tools/gendocs.sh index 55933b13..9126a406 100755 --- a/tools/gendocs.sh +++ b/tools/gendocs.sh @@ -2,4 +2,4 @@ echo "===================================== Making Info..." makeinfo ledger3.texi echo "===================================== Making PDF..." -texi2pdf ledger3.texi +texi2pdf --quiet --batch ledger3.texi -- cgit v1.2.3