X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fdoclang-targets.make;h=fcd7539a7fb16281dff616e529a223646336aef4;hb=f803853f05557ed5ce4e5931d968cc8188d88006;hp=a04b0c67cc95456f4284b8df39e6d632a43964df;hpb=d515a6a8687635bcb78dad2cc361426b96f20d17;p=lilypond.git diff --git a/make/doclang-targets.make b/make/doclang-targets.make index a04b0c67cc..fcd7539a7f 100644 --- a/make/doclang-targets.make +++ b/make/doclang-targets.make @@ -42,14 +42,14 @@ local-WWW: $(DEEP_HTML_FILES) $(PDF_FILES) LINKED_PNGS = henle-flat-gray.png baer-flat-gray.png lily-flat-bw.png -# makeinfo is broken, it MUST have PNGs in output dir +# makeinfo MUST have PNGs in cwd for info images to work # symlinking PNGs... # lilypond-book -I flag seems broken too, and texi2pdf -I flag confuses # pdfetex with .aux and other files from English manual # symlinking lily-*... $(outdir)/user-ln: $(top-build-dir)/Documentation/user/$(outdir) touch -mr $(top-build-dir)/Documentation/user/$(outdir) $@ - $(PYTHON) $(buildscript-dir)/mass-link.py symbolic $(top-build-dir)/Documentation/user/$(outdir) $(outdir) 'lily-*.pdf' 'lily-*.tex' 'lily-*.texi' 'lily-*.ly' 'lily-*.txt' 'lily-*.png' 'henle-flat-gray.*' 'baer-flat-gray.*' 'lily-flat-bw.*' + $(PYTHON) $(buildscript-dir)/mass-link.py symbolic $(top-build-dir)/Documentation/user/$(outdir) $(outdir) 'lily-*.pdf' 'lily-*.tex' 'lily-*.texi' 'lily-*.ly' 'lily-*.txt' 'lily-*.png' 'henle-flat-gray.*' 'baer-flat-gray.*' 'lily-flat-bw.*' 'context-example.*' mkdir -p $(outdir)/lilypond cd $(outdir)/lilypond && $(foreach i, $(LINKED_PNGS), ln -sf ../../$(depth)/Documentation/user/$(i) $(i) &&) true