diff options
| author | Tim Chevalier <[email protected]> | 2011-05-04 11:01:47 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-05-05 11:26:07 -0700 |
| commit | d9c9982f0aeb9e6e176007ef5c0490dd18834814 (patch) | |
| tree | 23f896f88c3d2206cdaf68b74564d5f990b436a7 /mk | |
| parent | add dl/ and .pyc files to .gitignore (diff) | |
| download | rust-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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=$@ $< |