]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/script-rules.make
Doc-es: various updates.
[lilypond.git] / stepmake / stepmake / script-rules.make
index 1dca17b99537070a361275cb41a3c740e7b72731..0862d6b8d641b5b48f5e47eb3dbee89c69b9dc00 100644 (file)
@@ -1,19 +1,25 @@
-# Scripts.make
-
 
+$(outdir)/%: %.pl $(config_make)  $(depth)/VERSION
+       cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@
+       chmod 755 $@
 
+$(outdir)/%: %.bash $(config_make) $(depth)/VERSION
+       cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@
+       chmod 755 $@
 
-$(outdir)/%: %.pl
-       cat $< | $(sed-atvariables) > $@
+$(outdir)/%: %.scm $(config_make) $(depth)/VERSION
+       cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@
        chmod 755 $@
 
-#FIXME.  Check for bash?
-$(outdir)/%: %.sh
-       cat $< | $(sed-atvariables) > $@
+$(outdir)/%: %.expect $(config_make) $(depth)/VERSION
+       cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@
        chmod 755 $@
 
+$(outdir)/%: %.sh $(config_make) $(depth)/VERSION
+       cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@
+       chmod 755 $@
 
-$(outdir)/%: %.py
-       cat $< | $(sed-atvariables) > $@
+$(outdir)/%: %.py $(config_make) $(depth)/VERSION
+       cat $< | sed $(sed-atfiles) | sed $(sed-atvariables) > $@
        chmod 755 $@