]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/generic-rules.make
Add '-dcrop' option to ps and svg backends
[lilypond.git] / make / generic-rules.make
index 1d885c7920faf1094b892d44d92d5033f34c3e93..e02ba286c2e89d1554a16117c36e6e15d36e6962 100644 (file)
@@ -7,17 +7,11 @@ $(outdir)/%.ly: %.lym4
 
 $(outdir)/%: %.in
        rm -f $@
-       cat $< | $(sed-atfiles) | $(sed-atvariables) > $@
+       cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@
 
 
 
 include $(depth)/make/substitute.make
 
 
-# HUH???
-$(outdir)/%.hh: $(doc-dir)/%.in
-       rm -f $@
-       echo '_(' > $@
-       cat $< | $(sed-quotes) | $(sed-newline) | $(sed-quote-line) >> $@
-       echo ');' >> $@