aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: 03e3e0ada7aebe18fa57ad0fa4e6db4db37de326 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Don't delete if make is interrupted
.PRECIOUS: %.info %.html

all: emms.info

clean:
	rm -f *.info

%.info: %.texinfo
	makeinfo --no-split $<

%.html: %.texinfo
	makeinfo --html --no-split $<