X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fdoc-i18n-root-targets.make;h=213e478fa86ac38228276726ba287e7b1e67ebae;hb=905473989ebcecca6922afcf6161c5c24a8e0282;hp=8afe50af8442ffd541fc05052c3e00fead754aa0;hpb=7e57eb7daf165db3cc1ed70c8173f8692818f83b;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