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

all: texinfo

texinfo:
	$(MAKE) -f texinfo-Makefile

.PHONY: clean
clean:
	$(MAKE) clean -f texinfo-Makefile