]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/Rules.make
release: 1.0.3
[lilypond.git] / stepmake / stepmake / Rules.make
index 97e210c959d5b6d5267a1afce930f3ba43b8d356..503401be6b601995598b14e6212393cc2e399fbe 100644 (file)
@@ -1,39 +1,2 @@
-# title           generic make rules
-# file    make/Rules.make
-
-# this is supposed to clear all suffixes:
-.SUFFIXES:
-
-$(outdir)/%: %.m4
-       $(M4) $< > $@
-
-%.dep:
-       touch $@
-
-%.gz: %
-       gzip -c9 $< > $@
-
-# bit docrules, these...
-$(outdir)/%.dvi: $(outdir)/%.tex
-       (cd $(outdir); tex \\nonstopmode \\input $(<F))
-
-$(outdir)/%.dvi: $(outdir)/%.latex
-       (cd $(outdir); \
-         latex \\nonstopmode \\input $(<F);\
-         bibtex $(basename $(<F));\
-         latex \\nonstopmode \\input $(<F);\
-         latex \\nonstopmode \\input $(<F);\
-       )
-
-$(outdir)/%.ps: $(outdir)/%.dvi
-       dvips -ta4 -o $@ $<
-
-
-# hmm, always include these, or include via package/make/Rules.make?
-include $(stepdir)/Substitute.make
-include $(make-dir)/Rules.make
-
-$(outdir)/%: %.in
-       rm -f $@
-       cat $< | $(sed-atfiles) | $(sed-atvariables) > $@
 
+include $(stepdir)/Generic_rules.make