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: AS16276 188.165.0.0/16 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 8E9AD1F670 for ; Sat, 16 Oct 2021 05:40:14 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1634362812; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ahyp+lD9IJHoKsUgReg7fuF+B8cn+f9p1MwGUXvK4rc=; b=WpQnO98ARgcXFuJeMioJ/G9A6DKPt5s/jChINW0bHqh5SSxkMGn3T+NjOjUbuN65v8qOH0 /vZswS3+1eedRMaVF4P+fIFA+wSfr1+vdyWCgYNftBcRGeXDNuN8x6iQjsrYOoVX+qZ3zL 65CSkB7nyQ5LuDxqRThIOQ+2RZ/P77n6VYmONkj6FNnoyWmox9X4v/xj7hIw1Mcq8G4Tjm rMwsMzQPYC7FV7zdN2eyuqXwxI24KtM2CjZaulIJUFwfMowUr2X0d7S6XDx+jCoDInxWNy qS+8adVUoE1XKq9hK40VJ+iOgesJhIYbbXOsUUWOI9OiPaPABqE11n74IiGugQ== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 1/2] doc: lei: restore alphabetical order to some listings Date: Sat, 16 Oct 2021 01:39:43 -0400 Message-Id: <20211016053944.494064-2-kyle@kyleam.com> In-Reply-To: <20211016053944.494064-1-kyle@kyleam.com> References: <20211016053944.494064-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Most the lei-related entries in txt2pre and Makefile.PL are in alphabetical order. Reorder the few that aren't. While at it, reflow the Makefile.PL entries in preparation for the entries that will be added in the next commit. --- Documentation/txt2pre | 2 +- Makefile.PL | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/txt2pre b/Documentation/txt2pre index 7bc31d23..bc94d404 100755 --- a/Documentation/txt2pre +++ b/Documentation/txt2pre @@ -33,8 +33,8 @@ for (qw[lei(1) lei-q(1) lei-rediff(1) lei-rm(1) - lei-store-format(5) lei-security(7) + lei-store-format(5) lei-tag(1) lei-up(1) public-inbox.cgi(1) diff --git a/Makefile.PL b/Makefile.PL index c41c408a..22a58bee 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -45,13 +45,13 @@ $v->{-m1} = [ map { } } @EXE_FILES, qw( - lei-add-external lei-blob lei-config lei-convert lei-edit-search - lei-export-kw - lei-daemon-kill lei-daemon-pid lei-forget-external lei-forget-search - lei-import lei-index lei-init lei-lcat lei-ls-external lei-ls-label - lei-ls-mail-sync lei-ls-search lei-p2q lei-q lei-rediff - lei-refresh-mail-sync - lei-rm lei-tag + lei-add-external lei-blob lei-config lei-convert + lei-daemon-kill lei-daemon-pid lei-edit-search lei-export-kw + lei-forget-external lei-forget-search + lei-import lei-index lei-init lei-lcat + lei-ls-external lei-ls-label lei-ls-mail-sync + lei-ls-search lei-p2q lei-q + lei-rediff lei-refresh-mail-sync lei-rm lei-tag lei-up)]; $v->{-m5} = [ qw(public-inbox-config public-inbox-v1-format public-inbox-v2-format public-inbox-extindex-format -- 2.33.0