]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/documentation-rules.make
8cb7ce851de497fd441b6149c8de122942b8e759
[lilypond.git] / stepmake / stepmake / documentation-rules.make
1 # Docrules.make
2
3 # special rules for the documentation section.
4 # There are too many to add to the general rules
5
6 .SUFFIXES: .1 .data .html .gif .png .tex .txt .xpm
7
8 $(outdir)/%.gif: %.xpm
9         xpmtoppm $< | ppmtogif > $@
10
11 $(outdir)/%.png: %.xpm
12         xpmtoppm $< | pnmtopng > $@
13
14 # use striproff?
15 $(outdir)/%.txt: $(outdir)/%.1
16         troff -man -Tascii $< | grotty -b -u -o > $@
17
18 include $(stepdir)/texinfo-rules.make
19