OSDN Git Service

tools lib traceevent: Introduce man pages
authorTzvetomir Stoyanov <tstoyanov@vmware.com>
Fri, 10 May 2019 19:56:08 +0000 (15:56 -0400)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 15 May 2019 19:36:47 +0000 (16:36 -0300)
commitdc7fd7bfe98e268f96fbc66d6ece4bf6a5bc057c
treef0f5a5b071eadb6e8699318f74703e1754b5ae8f
parent30ba5b0e66c872faa416a458d32cc3956ecb548a
tools lib traceevent: Introduce man pages

Initial support for libtraceevent man pages - Documentation directory,
templates, configurations, Makefiles.

The first man page is also part of the patch - summary of the library
and all its APIs.

Building of the documentation is integrated into the libtraceevent build
process, new targets are added to its Makefile:

make help
make doc
make doc-clean
make doc-install
make doc-uninstall

Signed-off-by: Tzvetomir Stoyanov <tstoyanov@vmware.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: linux-trace-devel@vger.kernel.org
Link: http://lore.kernel.org/linux-trace-devel/20190503091119.23399-2-tstoyanov@vmware.com
Link: http://lkml.kernel.org/r/20190510200106.104812629@goodmis.org
[ Replaced tracefs tracing/events to tracefs events in DESCRIPTION section ]
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/traceevent/Documentation/Makefile [new file with mode: 0644]
tools/lib/traceevent/Documentation/asciidoc.conf [new file with mode: 0644]
tools/lib/traceevent/Documentation/libtraceevent.txt [new file with mode: 0644]
tools/lib/traceevent/Documentation/manpage-1.72.xsl [new file with mode: 0644]
tools/lib/traceevent/Documentation/manpage-base.xsl [new file with mode: 0644]
tools/lib/traceevent/Documentation/manpage-bold-literal.xsl [new file with mode: 0644]
tools/lib/traceevent/Documentation/manpage-normal.xsl [new file with mode: 0644]
tools/lib/traceevent/Documentation/manpage-suppress-sp.xsl [new file with mode: 0644]
tools/lib/traceevent/Makefile