Silence texi2pdf during make
This commit is contained in:
parent
cab73f8897
commit
4e89b5afe7
1 changed files with 1 additions and 1 deletions
|
@ -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: $@)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue