X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fdoc-i18n-root-rules.make;h=e36acd7356921449c5def23dd77eb31e2e3d6631;hb=066e8ec36c3411a1b62b10ab58db64419b56d529;hp=43a2b78278ad455834588bb5f2eab5a3d82a5213;hpb=608c933383697574c61efe2e9c47982f23ee2ee2;p=lilypond.git diff --git a/make/doc-i18n-root-rules.make b/make/doc-i18n-root-rules.make index 43a2b78278..e36acd7356 100644 --- a/make/doc-i18n-root-rules.make +++ b/make/doc-i18n-root-rules.make @@ -2,7 +2,7 @@ .SUFFIXES: .html .info .texi .texinfo # Explicitly list the dependencies on generated content -$(outdir)/web.texi: $(outdir)/we-wrote.itexi $(outdir)/others-did.itexi $(outdir)/weblinks.itexi +$(outdir)/web.texi: $(outdir)/we-wrote.itexi $(outdir)/others-did.itexi $(outdir)/weblinks.itexi $(outdir)/version.itexi $(top-build-dir)/Documentation/$(outdir)/%/index.$(ISOLANG).html: $(outdir)/%/index.html $(TRANSLATION_LILY_IMAGES) mkdir -p $(dir $@) @@ -20,12 +20,6 @@ $(top-build-dir)/Documentation/$(outdir)/%.$(ISOLANG).pdf: $(outdir)/%.pdf mkdir -p $(dir $@) cp -f $< $@ -$(outdir)/version.%: $(top-src-dir)/VERSION - $(PYTHON) $(top-src-dir)/scripts/build/create-version-itexi.py > $@ - -$(outdir)/weblinks.%: $(top-src-dir)/VERSION - $(PYTHON) $(top-src-dir)/scripts/build/create-weblinks-itexi.py > $@ - $(outdir)/%.png: $(top-build-dir)/Documentation/$(outdir)/%.png ln -f $< $@