From: John Mandereau <john.mandereau@gmail.com>
Date: Tue, 2 Jan 2007 12:41:55 +0000 (+0100)
Subject: Junk png-ln and deep-ln targets in make/doclang-targets.make
X-Git-Tag: release/2.11.8-1~34^2~2
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4a5f0fa60ba7425c35c9e712473b56763bc8b957;p=lilypond.git

Junk png-ln and deep-ln targets in make/doclang-targets.make
---

diff --git a/make/doclang-targets.make b/make/doclang-targets.make
index b0cb5d4305..1411b8c5f7 100644
--- a/make/doclang-targets.make
+++ b/make/doclang-targets.make
@@ -20,30 +20,11 @@ $(outdir)/lilypond/index.html: $(outdir)/lilypond.nexi doc-po
 $(outdir)/lilypond.html: $(outdir)/lilypond.nexi
 	-$(MAKEINFO) -I$(outdir) --output=$@ --css-include=$(top-src-dir)/Documentation/texinfo.css --html --no-split --no-headers $< 
 
-local-WWW: png-ln $(outdir)/lilypond.html $(outdir)/lilypond/index.html deep-ln lang-merge
+local-WWW: $(outdir)/lilypond.html $(outdir)/lilypond/index.html lang-merge
 
 lang-merge:
 	$(foreach i, $(shell find $(outdir) -name '*.html' | xargs grep -L --label="" 'UNTRANSLATED NODE: IGNORE ME'), ln -f $(i) $(i:$(outdir)/%.html=$(depth)/Documentation/user/$(outdir)/%.$(ISOLANG).html) &&) true
 
-png-ln:
-	mkdir -p $(outdir)/lilypond
-	# makeinfo is broken, it MUST have PNGs in output dir
-	# symlinking PNGs...
-
-## cmd too long FIXME / JUNKME.
-## $(foreach i, $(shell find $(depth)/Documentation/user/$(outdir) -maxdepth 1 -name '*.png'), ln -sf ../$(i) $(i:$(depth)/Documentation/user/$(outdir)/%.png=$(outdir)/%.png) &&) true
-##	$(foreach i, $(shell find $(depth)/Documentation/user/$(outdir)/lilypond -name '*.png'), ln -sf ../../$(i) $(i:$(depth)/Documentation/user/$(outdir)/%.png=$(outdir)/%.png) &&) true
-
-# Links referred to by Documentation index
-# BROKEN: the following makes broken symlinks
-#LILYPOND_LINKS = Reference-Manual.html Tutorial.html Ly2dvi.html Midi2ly.html
-
-
-deep-ln:
-	mkdir -p $(outdir)/lilypond
-	cd $(outdir)/lilypond && $(foreach i, $(LILYPOND_LINKS),\
-		 rm -f $(i) && ln -s lilypond.html $(i) &&) true
-
 local-WWW-clean: deep-WWW-clean
 
 deep-WWW-clean: