[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CADVatmNwkpArcEqDfFYPrFxpSWuSoDiVAKVBQsaW9zAide-jTg@mail.gmail.com>
Date: Mon, 12 Oct 2020 21:24:14 +0100
From: Sudip Mukherjee <sudipm.mukherjee@...il.com>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: Tony Jones <tonyj@...e.de>, Jiri Olsa <jolsa@...hat.com>,
LKML <linux-kernel@...r.kernel.org>,
Linux Trace Devel <linux-trace-devel@...r.kernel.org>,
Zamir SUN <sztsian@...il.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
zsun@...hat.com, Vitaly Chikunov <vt@...linux.org>,
Tzvetomir Stoyanov <tstoyanov@...are.com>,
Yordan Karadzhov <ykaradzhov@...are.com>,
Ben Hutchings <ben@...adent.org.uk>,
John Kacur <jkacur@...hat.com>,
Clark Williams <williams@...hat.com>,
Al Stone <ahs3@...ian.org>,
Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
Subject: Re: [ANNOUNCE] libtraceevent.git
Hi Steve,
On Mon, Oct 12, 2020 at 8:17 PM Steven Rostedt <rostedt@...dmis.org> wrote:
>
>
> [ Removing the powertop mailing list because it's rejecting everything ]
>
> On Mon, 12 Oct 2020 11:41:20 -0700
> Tony Jones <tonyj@...e.de> wrote:
>
> > On Mon, Oct 12, 2020 at 11:19:50AM -0400, Steven Rostedt wrote:
> >
> > > Once it's shown that it works for all the package maintainers, I will tag
> > > it which should create the tarballs automatically on the above link.
> >
Works for me.
> Can you see if this patch fixes your current issue?
>
> -- Steve
>
> diff --git a/Documentation/Makefile b/Documentation/Makefile
> index edb8623..3a981be 100644
> --- a/Documentation/Makefile
> +++ b/Documentation/Makefile
> @@ -157,7 +157,7 @@ endif
> do-install-man: man
> $(call QUIET_INSTALL, Documentation-man) \
> $(INSTALL) -d -m 755 $(DESTDIR)$(man3dir); \
> - $(INSTALL) -m 644 $(DOC_MAN3) $(DESTDIR)$(man3dir);
> + $(INSTALL) -m 644 $(OUTPUT)*.3 $(DESTDIR)$(man3dir);
>
> install-man: check-man-tools man do-install-man
>
I faced the same problem and this patch worked for me.
--
Regards
Sudip
Powered by blists - more mailing lists