Silence texi2pdf during make

This commit is contained in:
Graydon Hoare 2011-06-27 12:43:19 -07:00
parent cab73f8897
commit 4e89b5afe7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ doc/version.texi: $(MKFILES) rust.texi
doc/%.pdf: %.texi doc/version.texi
@$(call E, texi2pdf: $@)
$(Q)texi2pdf --batch -I doc -o $@ --clean $<
$(Q)texi2pdf --silent --batch -I doc -o $@ --clean $<
doc/%.html: %.texi doc/version.texi
@$(call E, makeinfo: $@)