summaryrefslogtreecommitdiff
path: root/ldso/man/Makefile
blob: a701e1513a2f5f0114b8b77a3d3b983fb5fc63c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
include ../Config.mk

ALL = #ld.so.info

all:	$(ALL)

ld.so.info: ld.so.texi
	makeinfo $<

clean:
	rm -f $(ALL) *~