X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fdoc-i18n-topdocs-targets.make;h=d7e26a95ce3cec42d8eb8cf8ee647564509fb4ac;hb=5532801f30af2000fa4085e2e3853efe2f6b095b;hp=0c0a018b7aa30e1ca7e8bf09ea192b101c5e38eb;hpb=7f8616eb07a69db59f9bf5612123fe4fb3bd52b1;p=lilypond.git diff --git a/make/doc-i18n-topdocs-targets.make b/make/doc-i18n-topdocs-targets.make index 0c0a018b7a..d7e26a95ce 100644 --- a/make/doc-i18n-topdocs-targets.make +++ b/make/doc-i18n-topdocs-targets.make @@ -1,5 +1,9 @@ +default: + +ifeq ($(out),www) local-WWW-1: $(MASTER_TEXI_FILES) $(PDF_FILES) local-WWW-2: $(HTML_FILES) find $(outdir) -name '*.html' | sed 's!$(outdir)/!!g' | xargs $(buildscript-dir)/mass-link --prepend-suffix .$(ISOLANG) hard $(outdir) $(top-build-dir)/Documentation/topdocs/$(outdir) NEWS.pdf find $(outdir) \( -name 'lily-*.png' -o -name 'lily-*.ly' \) | sed 's!$(outdir)/!!g' | xargs $(buildscript-dir)/mass-link hard $(outdir) $(top-build-dir)/Documentation/topdocs/$(outdir) +endif