]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/website.make
Merge branch 'master' into lilypond/translation
[lilypond.git] / make / website.make
index 7cd3d91936adf1c206ae028e3e41304ac1dc9ebd..2928f53b064d10e00def3dc263faf5606c978a7e 100644 (file)
@@ -36,7 +36,7 @@ OUT=out-website
 
 ### only update this when the language compiles correctly!
 # LANGUAGES = (site, de, es, fr, hu, it, ja, nl)
-WEB_LANGS = es fr it nl
+WEB_LANGS = es fr it nl de
 
 TEXI2HTML=ONLY_WEB=1 TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM)
 
@@ -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"; \