From b70b01041c1efbd84f48f710f33aa6944d52fb60 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Thu, 26 Jul 2007 09:04:28 +0200 Subject: [PATCH] Fix mass-link invocations again --- make/doclang-targets.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/doclang-targets.make b/make/doclang-targets.make index e972321f92..2807388415 100644 --- a/make/doclang-targets.make +++ b/make/doclang-targets.make @@ -29,8 +29,8 @@ $(outdir)/%.pdf: $(outdir)/%.texi $(outdir)/user-ln doc-po cd $(outdir); texi2pdf --batch $(TEXINFO_PAPERSIZE_OPTION) $(notdir $*).pdftexi local-WWW: $(outdir)/lilypond.pdf $(outdir)/lilypond/index.html - find $(outdir) -name '*.html' | sed 's!$(outdir)/!!g' | xargs grep -L --label="" 'UNTRANSLATED NODE: IGNORE ME' | xargs $(PYTHON) $(buildscript-dir)/mass-link.py --prepend-suffix .$(ISOLANG) hard . $(top-build-dir)/Documentation/user/$(outdir) lilypond.pdf - find $(outdir) \( -name 'lily-??????????.png' -o -name 'lily-??????????.ly' \) -a -not -type l | sed 's!$(outdir)/!!g' | xargs $(PYTHON) $(buildscript-dir)/mass-link.py hard . $(top-build-dir)/Documentation/user/$(outdir) + find $(outdir) -name '*.html' | xargs grep -L --label="" 'UNTRANSLATED NODE: IGNORE ME' | sed 's!$(outdir)/!!g' | xargs $(PYTHON) $(buildscript-dir)/mass-link.py --prepend-suffix .$(ISOLANG) hard $(outdir) $(top-build-dir)/Documentation/user/$(outdir) lilypond.pdf + find $(outdir) \( -name 'lily-??????????.png' -o -name 'lily-??????????.ly' \) -a -not -type l | sed 's!$(outdir)/!!g' | xargs $(PYTHON) $(buildscript-dir)/mass-link.py hard $(outdir) $(top-build-dir)/Documentation/user/$(outdir) # FIXME # ugh, this is not enough to avoid wasting build time, $(outdir)/user-ln should be touched for all languages -- 2.39.5