Skip to content

Commit 4e89b5a

Browse files
committed
Silence texi2pdf during make
1 parent cab73f8 commit 4e89b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/docs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ doc/version.texi: $(MKFILES) rust.texi
1010

1111
doc/%.pdf: %.texi doc/version.texi
1212
@$(call E, texi2pdf: $@)
13-
$(Q)texi2pdf --batch -I doc -o $@ --clean $<
13+
$(Q)texi2pdf --silent --batch -I doc -o $@ --clean $<
1414

1515
doc/%.html: %.texi doc/version.texi
1616
@$(call E, makeinfo: $@)

0 commit comments

Comments
 (0)