From: Steven Rostedt <rostedt@goodmis.org>
To: Daniel Wagner <dwagner@suse.de>
Cc: linux-trace-devel@vger.kernel.org
Subject: Re: [PATCH v6] libtraceevent: Add initial support for meson
Date: Mon, 9 Jan 2023 11:42:47 -0500 [thread overview]
Message-ID: <20230109114247.4cc214ff@gandalf.local.home> (raw)
In-Reply-To: <20230109163659.lddjs6zb45t32hyj@carbon.lan>
On Mon, 9 Jan 2023 17:36:59 +0100
Daniel Wagner <dwagner@suse.de> wrote:
> On Mon, Jan 09, 2023 at 10:56:16AM -0500, Steven Rostedt wrote:
> > Is the html files suppose to be there?
>
> Don't know, I wasn't able to figure out the install path by
> reading the Makefile. Where should they go?
After doing an install with the Makefiles:
# ls -l /usr/local/share/doc/libtraceevent-doc/
total 1108
-rw-r--r-- 1 root staff 29720 Jan 9 11:00 libtraceevent-commands.html
-rw-r--r-- 1 root staff 21390 Jan 9 11:00 libtraceevent-cpus.html
-rw-r--r-- 1 root staff 23701 Jan 9 11:00 libtraceevent-debug.html
-rw-r--r-- 1 root staff 21790 Jan 9 11:00 libtraceevent-endian_read.html
-rw-r--r-- 1 root staff 24278 Jan 9 11:00 libtraceevent-event_find.html
-rw-r--r-- 1 root staff 23958 Jan 9 11:00 libtraceevent-event_get.html
-rw-r--r-- 1 root staff 25273 Jan 9 11:00 libtraceevent-event_list.html
-rw-r--r-- 1 root staff 25549 Jan 9 11:00 libtraceevent-event_print.html
-rw-r--r-- 1 root staff 27448 Jan 9 11:00 libtraceevent-field_find.html
-rw-r--r-- 1 root staff 28251 Jan 9 11:00 libtraceevent-field_get_val.html
-rw-r--r-- 1 root staff 28611 Jan 9 11:00 libtraceevent-field_print.html
-rw-r--r-- 1 root staff 23027 Jan 9 11:00 libtraceevent-field_read.html
-rw-r--r-- 1 root staff 25399 Jan 9 11:00 libtraceevent-fields.html
-rw-r--r-- 1 root staff 22167 Jan 9 11:00 libtraceevent-file_endian.html
-rw-r--r-- 1 root staff 35979 Jan 9 11:00 libtraceevent-filter.html
-rw-r--r-- 1 root staff 31737 Jan 9 11:00 libtraceevent-func_apis.html
-rw-r--r-- 1 root staff 29118 Jan 9 11:00 libtraceevent-func_find.html
-rw-r--r-- 1 root staff 23775 Jan 9 11:00 libtraceevent-handle.html
-rw-r--r-- 1 root staff 23962 Jan 9 11:00 libtraceevent-header_page.html
-rw-r--r-- 1 root staff 23586 Jan 9 11:00 libtraceevent-host_endian.html
-rw-r--r-- 1 root staff 36636 Jan 9 11:00 libtraceevent.html
-rw-r--r-- 1 root staff 37832 Jan 9 11:00 libtraceevent-kbuffer-create.html
-rw-r--r-- 1 root staff 46054 Jan 9 11:00 libtraceevent-kbuffer-read.html
-rw-r--r-- 1 root staff 42977 Jan 9 11:00 libtraceevent-kbuffer-timestamp.html
-rw-r--r-- 1 root staff 48365 Jan 9 11:00 libtraceevent-kvm-plugin.html
-rw-r--r-- 1 root staff 21348 Jan 9 11:00 libtraceevent-log.html
-rw-r--r-- 1 root staff 21357 Jan 9 11:00 libtraceevent-long_size.html
-rw-r--r-- 1 root staff 22342 Jan 9 11:00 libtraceevent-page_size.html
-rw-r--r-- 1 root staff 23697 Jan 9 11:00 libtraceevent-parse_event.html
-rw-r--r-- 1 root staff 31026 Jan 9 11:00 libtraceevent-parse-files.html
-rw-r--r-- 1 root staff 22353 Jan 9 11:00 libtraceevent-parse_head.html
-rw-r--r-- 1 root staff 28187 Jan 9 11:00 libtraceevent-plugins.html
-rw-r--r-- 1 root staff 26292 Jan 9 11:00 libtraceevent-record_parse.html
-rw-r--r-- 1 root staff 32679 Jan 9 11:00 libtraceevent-reg_event_handler.html
-rw-r--r-- 1 root staff 30686 Jan 9 11:00 libtraceevent-reg_print_func.html
-rw-r--r-- 1 root staff 23539 Jan 9 11:00 libtraceevent-set_flag.html
-rw-r--r-- 1 root staff 22496 Jan 9 11:00 libtraceevent-strerror.html
-rw-r--r-- 1 root staff 30738 Jan 9 11:00 libtraceevent-tseq.html
-- Steve
next prev parent reply other threads:[~2023-01-09 16:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-05 12:11 [PATCH v6] libtraceevent: Add initial support for meson Daniel Wagner
2023-01-09 15:56 ` Steven Rostedt
2023-01-09 16:36 ` Daniel Wagner
2023-01-09 16:42 ` Steven Rostedt [this message]
2023-01-09 17:15 ` Daniel Wagner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230109114247.4cc214ff@gandalf.local.home \
--to=rostedt@goodmis.org \
--cc=dwagner@suse.de \
--cc=linux-trace-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).