summaryrefslogtreecommitdiff
path: root/Makefile
blob: ddaa3b210d3f6a2d98d05cb529268d1017a7b9bf (plain)
1
2
3
4
5
6
7
8
9
10
11

BATCH = emacs -Q --batch

all: piem.info

.PHONY: clean
clean:
	$(RM) *.info

%.info: %.texi
	makeinfo $<