aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/Makefile
blob: 586425a88795ee1ca74568711fbeeda4343891e3 (plain)
1
2
3
4
5
6
7
all:
	rst2man man/libperf.rst > man/libperf.7
	rst2pdf tutorial/tutorial.rst

clean:
	rm -f man/libperf.7
	rm -f tutorial/tutorial.pdf