aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/lib/Documentation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/lib/Documentation/Makefile')
-rw-r--r--tools/perf/lib/Documentation/Makefile7
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