aboutsummaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorTim Chevalier <[email protected]>2011-05-04 11:01:47 -0700
committerGraydon Hoare <[email protected]>2011-05-05 11:26:07 -0700
commitd9c9982f0aeb9e6e176007ef5c0490dd18834814 (patch)
tree23f896f88c3d2206cdaf68b74564d5f990b436a7 /mk
parentadd dl/ and .pyc files to .gitignore (diff)
downloadrust-d9c9982f0aeb9e6e176007ef5c0490dd18834814.tar.xz
rust-d9c9982f0aeb9e6e176007ef5c0490dd18834814.zip
Update docs to reflect assert vs. check
Also added the --batch flag to texi2pdf, as it doesn't really ever seem useful to drop to the TeX prompt during a build.
Diffstat (limited to 'mk')
-rw-r--r--mk/docs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/docs.mk b/mk/docs.mk
index ba00f57c..6e78ebe4 100644
--- a/mk/docs.mk
+++ b/mk/docs.mk
@@ -7,7 +7,7 @@ doc/version.texi: $(MKFILES) rust.texi
--pretty=format:'@macro gitversion%n%h %ci%n@end macro%n') >$@
doc/%.pdf: %.texi doc/version.texi
- texi2pdf -I doc -o $@ --clean $<
+ texi2pdf --batch -I doc -o $@ --clean $<
doc/%.html: %.texi doc/version.texi
makeinfo -I doc --html --ifhtml --force --no-split --output=$@ $<