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