From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 1E0D41FA10 for ; Wed, 3 Nov 2021 08:34:47 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 2/3] doc: -clone|lei add-external: add bit about the Makefile Date: Wed, 3 Nov 2021 08:34:45 +0000 Message-Id: <20211103083446.29264-3-e@80x24.org> In-Reply-To: <20211103083446.29264-1-e@80x24.org> References: <20211103083446.29264-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: It's pretty useful, I think. --- Documentation/lei-add-external.pod | 2 ++ Documentation/public-inbox-clone.pod | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/Documentation/lei-add-external.pod b/Documentation/lei-add-external.pod index 1ab65a1650a6..1761eed1ed78 100644 --- a/Documentation/lei-add-external.pod +++ b/Documentation/lei-add-external.pod @@ -29,6 +29,8 @@ Default: 0 =item --mirror=URL Create C by mirroring the public-inbox at C. +C will have a Makefile with a C +target to update the external. =item --epoch=RANGE diff --git a/Documentation/public-inbox-clone.pod b/Documentation/public-inbox-clone.pod index efee01eec592..103260913d92 100644 --- a/Documentation/public-inbox-clone.pod +++ b/Documentation/public-inbox-clone.pod @@ -18,6 +18,11 @@ L. Those commands must be run separately if serving/searching the mirror is required. As-is, public-inbox-clone is suitable for creating a git-only backup. +public-inbox-clone creates a Makefile with handy targets to update the +inbox once indexed. This Makefile may be edited by the user; it will +not be rewritten by L unless it is removed +completely. + public-inbox-clone does not use nor require any extra configuration files (not even C<~/.public-inbox/config>).