diff options
author | Phil Holmes <mail@philholmes.net> | 2012-08-27 16:44:24 +0100 |
---|---|---|
committer | Phil Holmes <mail@philholmes.net> | 2012-08-27 19:14:20 +0100 |
commit | c0b2076349f9b3715242cc38c1238e3e6d5489f2 (patch) | |
tree | d55fb4b99670f2c4472e1f275f9ca435898aee43 /make | |
parent | c2489f8f9f47b1740b361366c0b317a799c3a090 (diff) |
Quietens bibtex in make doc
Diffstat (limited to 'make')
-rw-r--r-- | make/ly-rules.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/ly-rules.make b/make/ly-rules.make index 954626f6bc..25dd5b2fbb 100644 --- a/make/ly-rules.make +++ b/make/ly-rules.make @@ -46,4 +46,5 @@ $(outdir)/others-did.itexi $(outdir)/we-wrote.itexi: $(outdir)/%.itexi: $(top-sr BSTINPUTS=$(top-src-dir)/Documentation/web/ $(buildscript-dir)/bib2texi \ -s $(top-src-dir)/Documentation/lily-bib \ -o $(outdir)/$*.itexi \ + -q \ $(top-src-dir)/Documentation/web/$*.bib |