X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=stepmake%2Fstepmake%2FRules.make;h=503401be6b601995598b14e6212393cc2e399fbe;hb=fd67592c6acb9b8e9ac10135d688b3f4938ac0b1;hp=97e210c959d5b6d5267a1afce930f3ba43b8d356;hpb=a3a44f9f3c581b6824b3a65f9039656693e09bbf;p=lilypond.git diff --git a/stepmake/stepmake/Rules.make b/stepmake/stepmake/Rules.make index 97e210c959..503401be6b 100644 --- a/stepmake/stepmake/Rules.make +++ b/stepmake/stepmake/Rules.make @@ -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 $( $@ +include $(stepdir)/Generic_rules.make