From patchwork Tue Jan 17 09:59:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jani Nikula X-Patchwork-Id: 13104434 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06536C63797 for ; Tue, 17 Jan 2023 10:00:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236164AbjAQKAD (ORCPT ); Tue, 17 Jan 2023 05:00:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49584 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236037AbjAQKAC (ORCPT ); Tue, 17 Jan 2023 05:00:02 -0500 Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2E2592BEE8; Tue, 17 Jan 2023 02:00:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1673949602; x=1705485602; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=aH8DrIpT8HGh4e0HNKSU8GArfzd8LmA9RxrYxJTuICk=; b=KK6v6IMUmd0BsQSUDqLDgcIcfqZmFFhcsKMmhfKbZwItFf+wYX9igJdB nSTVrVFOW6XA11gFTpJRcPUJMNb7mTlXz7hHYCuy5wvKWKqArU/uYe2EN x5RD+B0OKwK5NHE2VVboJ21n0ye6w+t4nNhSFDXCkk10YjxIcYAEzUrJy iTXN6TnchMEPtRkKoPQ8YJVAQIPtO8/3Or90Dy/sJqL6FTA1/uKHl/Ion +NWICaThu0vpWmX0hRe5EsR36qt7n1YkmyZmYUOJ+NdrSSEHqQwi2uUtj TJkDmVLTZxqcw49kU9cldNoGACV5sooWBWQnu4w5zuHY/aOhujgHEzlyJ g==; X-IronPort-AV: E=McAfee;i="6500,9779,10592"; a="410894654" X-IronPort-AV: E=Sophos;i="5.97,222,1669104000"; d="scan'208";a="410894654" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jan 2023 02:00:01 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10592"; a="661233309" X-IronPort-AV: E=Sophos;i="5.97,222,1669104000"; d="scan'208";a="661233309" Received: from dmcmanus.ger.corp.intel.com (HELO localhost) ([10.252.27.166]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Jan 2023 01:59:59 -0800 From: Jani Nikula To: linux-kbuild@vger.kernel.org, linux-doc@vger.kernel.org, Masahiro Yamada , Jonathan Corbet Cc: jani.nikula@intel.com Subject: [PATCH 0/6] docs: kbuild makefile documentation cleanups Date: Tue, 17 Jan 2023 11:59:40 +0200 Message-Id: <20230117095946.2042832-1-jani.nikula@intel.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org I usually shy away from making rst updates, but the makefiles.rst file always bugs me when I look at it, so here goes. Even I usually look at the rst file in the editor instead of html in the browser, but the editor knows about rst... This is based on the kbuild branch of linux-kbuild.git, and there's a MAINTAINERS update too to fix the branch name. ;) BR, Jani. Jani Nikula (6): MAINTAINERS: fix kbuild repo branch docs/kbuild/makefiles: fix header underline docs/kbuild/makefiles: throw out the local table of contents docs/kbuild/makefiles: drop section numbering, use references docs/kbuild/makefiles: clean up indentation and whitespace docs/kbuild/makefiles: unify quoting Documentation/kbuild/makefiles.rst | 2148 ++++++++++++++-------------- MAINTAINERS | 2 +- 2 files changed, 1060 insertions(+), 1090 deletions(-)