]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/GNUmakefile
Fix image paths in Texinfo docs build outside the source tree
[lilypond.git] / Documentation / GNUmakefile
index fed30f5d1fe9f3669f765865e872f29a8f4a0706..c5045faa5f4d5594dd411bc41ceb6205a6dcdc5f 100644 (file)
@@ -165,9 +165,7 @@ $(outdir)/general.texi: $(outdir)/examples
 
 $(outdir)/examples:
        $(MAKE) -C general/examples
-# FIXME: who is replacing src="examples --> src="../examples" ?
-# [ugh, why do most scripts not even say they run anymore?]
-       ln -sf general/examples $@
+       ln -sf ../general/examples/$(outdir) $@
 endif
 
 # Ugh, using '%' twice not possible