summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorJulien Rioux <jrioux@physics.utoronto.ca>2011-12-16 17:38:40 -0500
committerGraham Percival <graham@percival-music.ca>2011-12-25 18:35:13 -0800
commit746c786126bfca40e6ba47e0398253ae1e859436 (patch)
tree8d428b55d28a370493aba999dc8f71f6ce79ce6a /make
parentd5e97b7348ef8cc18cb1a5bf9b652efa031f6947 (diff)
Build: Unify the rule for bib files.
Diffstat (limited to 'make')
-rw-r--r--make/ly-rules.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/make/ly-rules.make b/make/ly-rules.make
index a876b04f18..0461e1b9c6 100644
--- a/make/ly-rules.make
+++ b/make/ly-rules.make
@@ -40,3 +40,9 @@ $(outdir)/%.html.omf: $(outdir)/%.texi
$(outdir)/%.pdf.omf: $(outdir)/%.texi
$(call GENERATE_OMF,pdf)
+
+$(outdir)/others-did.itexi $(outdir)/we-wrote.itexi: $(outdir)/%.itexi: $(top-src-dir)/Documentation/web/%.bib $(top-src-dir)/Documentation/lily-bib.bst
+ BSTINPUTS=$(top-src-dir)/Documentation/web/ $(buildscript-dir)/bib2texi \
+ -s $(top-src-dir)/Documentation/lily-bib \
+ -o $(outdir)/$*.itexi \
+ $(top-src-dir)/Documentation/web/$*.bib