From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 620D1C433EF for ; Fri, 5 Nov 2021 14:44:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 45CCE6120E for ; Fri, 5 Nov 2021 14:44:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233263AbhKEOrC (ORCPT ); Fri, 5 Nov 2021 10:47:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:50216 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233105AbhKEOrA (ORCPT ); Fri, 5 Nov 2021 10:47:00 -0400 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E2BAA61058; Fri, 5 Nov 2021 14:44:20 +0000 (UTC) Date: Fri, 5 Nov 2021 10:44:19 -0400 From: Steven Rostedt To: Tzvetomir Stoyanov Cc: Yordan Karadzhov , Linux Trace Devel Subject: Re: [PATCH v5 11/12] libtracefs: Remove man page compile artifact Message-ID: <20211105104419.364da8ac@gandalf.local.home> In-Reply-To: References: <20211105121624.398717-1-tz.stoyanov@gmail.com> <20211105121624.398717-12-tz.stoyanov@gmail.com> <20211105102426.76a20a4b@gandalf.local.home> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-trace-devel@vger.kernel.org On Fri, 5 Nov 2021 16:34:06 +0200 Tzvetomir Stoyanov wrote: > On Fri, Nov 5, 2021 at 4:24 PM Steven Rostedt wrote: > > > > On Fri, 5 Nov 2021 14:16:23 +0200 > > "Tzvetomir Stoyanov (VMware)" wrote: > > > > > The libtracefs-sqlhist.txt.1 file is generated during the tracefs > > > library man pages compilation, it should not be part of the sources. > > > > Are you sure about that? > > > > What creates it? > > > > -- Steve > > "make doc" generates it on my machine, and "make doc_clean" removes it. > Do a clean checkout with your code, and do a make doc. You wont see it. -- Steve