X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fdoc-i18n-root-targets.make;h=213e478fa86ac38228276726ba287e7b1e67ebae;hb=5532801f30af2000fa4085e2e3853efe2f6b095b;hp=8afe50af8442ffd541fc05052c3e00fead754aa0;hpb=164e8f28f50194a13c1f16de4b8279a17ced424d;p=lilypond.git diff --git a/make/doc-i18n-root-targets.make b/make/doc-i18n-root-targets.make index 8afe50af84..213e478fa8 100644 --- a/make/doc-i18n-root-targets.make +++ b/make/doc-i18n-root-targets.make @@ -1,4 +1,6 @@ default: +ifeq ($(out),www) local-WWW-2: $(OUT_HTML_FILES) - $(PYTHON) $(buildscript-dir)/mass-link.py --prepend-suffix .$(ISOLANG) hard $(outdir) $(top-build-dir)/Documentation/$(outdir) $(HTML_FILES) + $(buildscript-dir)/mass-link --prepend-suffix .$(ISOLANG) hard $(outdir) $(top-build-dir)/Documentation/$(outdir) $(HTML_FILES) +endif