Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp1374941ybi; Fri, 14 Jun 2019 13:39:09 -0700 (PDT) X-Google-Smtp-Source: APXvYqzsnWbVZCjMCCVpKVunnLKyY6y43biY1IDsfEli+VshguusUkK4FnXr4qepTgpoXfT5ptNc X-Received: by 2002:a17:902:7891:: with SMTP id q17mr39503309pll.236.1560544749095; Fri, 14 Jun 2019 13:39:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560544749; cv=none; d=google.com; s=arc-20160816; b=IN7CK0z6yyO/EDa2ZnckM9MO1TSXQLIsd5qs9TGTL0f11HkO5Gy7Z06sFOyf6cpg4M cuG23v+n/WPgrAsReDEydGFOdHSgrhGf+CeStrNqtuQp6s0sK24lYYC4uPPGzJ7MQDow 9RnIiVyIYEpY86hWKfniz6Pmz971aXpeBCDs0ntN01+cdP73Lf3LjWeAHKl0fNY9+ZKY bAvvqP+1j6tjIwkzCiwiGZ85byP7R8mb4xwM9FG5Ao5JHUYgFrYfm47/+8EceZq9nrUt AgusQh5j2mjrNTCD+0PA3Ta6zQMMcao3gbY1jS9zmxEv/eyaB3bgk0MMLSb7XQ2xTtxy sbGg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=3caXn0Wd4/Qo2e0Z8821P77835GRDijrWZ62uk826ts=; b=lDLQaBn6LUtKVz4oHn3TI2E6BBzCuCncJP0/wHI5V6ic99Y6koqCMZrlqdti93t0kC 8cE49oM5LtAB6lg1+6QMsNmA+3rWFIG3Uu6RgObk5pDSlAEYaaDiHvuuHUYjcO8SsniZ fgrCYAi9h8cIC5B1NHVvxBay3baw2aTeOejZoFZaOZ/rS3u97KfSVZs8C0VYS1+Az6Wi Tl64+nEB9U3eRe3FwDUoHlRR1YKCZfkpCyn/F8GN039b146hSbo/7S4S1EZkOY5EggY+ hx4EKqbSkZ3pqsO1QU2MUgf9o65KP5YEj4O0/AgRoFbcgRjhjZOQJh4azLOrQUpXFtvJ Sg/A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w10si2993909plq.403.2019.06.14.13.38.53; Fri, 14 Jun 2019 13:39:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727975AbfFNUiC (ORCPT + 99 others); Fri, 14 Jun 2019 16:38:02 -0400 Received: from ms.lwn.net ([45.79.88.28]:54198 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726755AbfFNUiA (ORCPT ); Fri, 14 Jun 2019 16:38:00 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id D29F1740; Fri, 14 Jun 2019 20:37:59 +0000 (UTC) Date: Fri, 14 Jun 2019 14:37:58 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org Subject: Re: [PATCH] scripts/documentation-file-ref-check: ignore output dir Message-ID: <20190614143758.36b0ed65@lwn.net> In-Reply-To: <093d01459be472a20894c5be6f9b937ff7fd7d47.1560421751.git.mchehab+samsung@kernel.org> References: <093d01459be472a20894c5be6f9b937ff7fd7d47.1560421751.git.mchehab+samsung@kernel.org> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 13 Jun 2019 07:29:17 -0300 Mauro Carvalho Chehab wrote: > When there's no Documentation/output directory, the script will > complain about those missing references: > > Documentation/doc-guide/sphinx.rst: Documentation/output > Documentation/doc-guide/sphinx.rst: Documentation/output > Documentation/process/howto.rst: Documentation/output > Documentation/translations/it_IT/doc-guide/sphinx.rst: Documentation/output > Documentation/translations/it_IT/doc-guide/sphinx.rst: Documentation/output > Documentation/translations/it_IT/process/howto.rst: Documentation/output > Documentation/translations/ja_JP/howto.rst: Documentation/output > Documentation/translations/ko_KR/howto.rst: Documentation/output > > Those are false positives, so add an ignore rule for them. > > Signed-off-by: Mauro Carvalho Chehab Applied, thanks. jon