From 13857b6d6faae6c68f2cae6e11a107b545d7c39b Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 16 Jul 2007 15:15:15 -0700 Subject: [PATCH] duh. --- make/doclang-targets.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/doclang-targets.make b/make/doclang-targets.make index 9d0e36b57d..e972321f92 100644 --- a/make/doclang-targets.make +++ b/make/doclang-targets.make @@ -29,7 +29,7 @@ $(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 '*.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) # FIXME -- 2.39.5