]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/tex-rules.make
release: 1.1.7
[lilypond.git] / stepmake / stepmake / tex-rules.make
index 6310a60eff4b5acd665cf37e9c4147f395ef55f7..52b8ea7e39f62df03ebb3e3bb23c8fa91735d5b6 100644 (file)
@@ -1,6 +1,6 @@
 
-#$(outdir)/%.tex: %.tex
-#      $(LN) $< $@
+$(outdir)/%.tex: %.tex
+       cp $< $@
 
 $(outdir)/%.dvi: $(outdir)/%.tex
        (cd $(outdir); tex \\nonstopmode \\input $(<F))