diff options
Diffstat (limited to 'tools/perf/lib/Documentation/Makefile')
-rw-r--r-- | tools/perf/lib/Documentation/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/perf/lib/Documentation/Makefile b/tools/perf/lib/Documentation/Makefile new file mode 100644 index 000000000000..586425a88795 --- /dev/null +++ b/tools/perf/lib/Documentation/Makefile @@ -0,0 +1,7 @@ +all: + rst2man man/libperf.rst > man/libperf.7 + rst2pdf tutorial/tutorial.rst + +clean: + rm -f man/libperf.7 + rm -f tutorial/tutorial.pdf |