X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fwebsite.make;h=c6c2c3e343b826e7004847d029a5b3bc64fef201;hb=24fd9fb162bb7e7ae277e376f8f22d2d74f8900f;hp=7cd3d91936adf1c206ae028e3e41304ac1dc9ebd;hpb=e20532a4620b8f76d8647f15cf2ed4f1d45451c6;p=lilypond.git diff --git a/make/website.make b/make/website.make index 7cd3d91936..c6c2c3e343 100644 --- a/make/website.make +++ b/make/website.make @@ -45,6 +45,7 @@ CREATE_VERSION=python $(script-dir)/create-version-itexi.py CREATE_WEBLINKS=python $(script-dir)/create-weblinks-itexi.py MASS_LINK=python $(script-dir)/mass-link.py WEB_POST=python $(script-dir)/website_post.py +WEB_BIBS=python $(script-dir)/bib2texi.py SERVER_FILES=$(top-src-dir)/Documentation/web/server/ @@ -81,9 +82,18 @@ website-xrefs: website-version done; \ done; +website-bibs: website-version + BSTINPUTS=$(top-src-dir)/Documentation/web/ \ + $(WEB_BIBS) -s web \ + -o $(OUT)/others-did.itexi \ + $(top-src-dir)/Documentation/web/others-did.bib + BSTINPUTS=$(top-src-dir)/Documentation/web/ \ + $(WEB_BIBS) -s web \ + -o $(OUT)/we-wrote.itexi \ + $(top-src-dir)/Documentation/web/we-wrote.bib -website-texinfo: website-version website-xrefs +website-texinfo: website-version website-xrefs website-bibs for l in '' $(WEB_LANGS); do \ if test -n "$$l"; then \ langopt=--lang="$$l"; \