]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/Rules.make
release: 0.1.63
[lilypond.git] / make / Rules.make
index 4e4d335a77ffabf8227b77e467ebf1c232424d83..3df1ad41d0e5dac938017e9c6d81cb868428f717 100644 (file)
@@ -47,10 +47,9 @@ $(outdir)/%: %.m4
 %.gz: %
        gzip -c9 $< > $@
 
-
-$(depth)/%.txt: check-doc-deps
+$(depth)/%$(DOTTEXT): check-doc-deps
        rm -f $@
-       ln `find ${depth}/Documentation -name $@ -print|head -1 ` .
+       ln `find ${depth}/Documentation -name ${@F} -print|head -1 ` $@
 
 $(outdir)/%.ps: $(outdir)/%.dvi
        dvips -o $@ $<