user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 0/2] doc: lei manpages for remaining commands
@ 2021-10-16  5:39  6% Kyle Meyer
  2021-10-16  5:39  7% ` [PATCH 1/2] doc: lei: restore alphabetical order to some listings Kyle Meyer
  0 siblings, 1 reply; 2+ results
From: Kyle Meyer @ 2021-10-16  5:39 UTC (permalink / raw)
  To: meta

This lei manpage update should take care of the remaining lei commands
(aside from -help and -sucks) that don't have manpages.

  [1/2] doc: lei: restore alphabetical order to some listings
  [2/2] doc: lei: add manpages for remaining commands

 Documentation/lei-add-watch.pod         | 33 ++++++++++++++
 Documentation/lei-forget-mail-sync.pod  | 31 +++++++++++++
 Documentation/lei-inspect.pod           | 57 ++++++++++++++++++++++++
 Documentation/lei-ls-mail-source.pod    | 58 +++++++++++++++++++++++++
 Documentation/lei-ls-mail-sync.pod      |  2 +-
 Documentation/lei-ls-watch.pod          | 29 +++++++++++++
 Documentation/lei-mail-diff.pod         | 33 ++++++++++++++
 Documentation/lei-refresh-mail-sync.pod |  2 +-
 Documentation/lei-rm-watch.pod          | 30 +++++++++++++
 Documentation/lei.pod                   | 14 ++++++
 Documentation/txt2pre                   |  9 +++-
 MANIFEST                                |  7 +++
 Makefile.PL                             | 14 +++---
 13 files changed, 309 insertions(+), 10 deletions(-)
 create mode 100644 Documentation/lei-add-watch.pod
 create mode 100644 Documentation/lei-forget-mail-sync.pod
 create mode 100644 Documentation/lei-inspect.pod
 create mode 100644 Documentation/lei-ls-mail-source.pod
 create mode 100644 Documentation/lei-ls-watch.pod
 create mode 100644 Documentation/lei-mail-diff.pod
 create mode 100644 Documentation/lei-rm-watch.pod


base-commit: 299b40d252cf4d4db6fa29ad18cb78777f1f55fc
-- 
2.33.0


^ permalink raw reply	[relevance 6%]

* [PATCH 1/2] doc: lei: restore alphabetical order to some listings
  2021-10-16  5:39  6% [PATCH 0/2] doc: lei manpages for remaining commands Kyle Meyer
@ 2021-10-16  5:39  7% ` Kyle Meyer
  0 siblings, 0 replies; 2+ results
From: Kyle Meyer @ 2021-10-16  5:39 UTC (permalink / raw)
  To: meta

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


^ permalink raw reply related	[relevance 7%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2021-10-16  5:39  6% [PATCH 0/2] doc: lei manpages for remaining commands Kyle Meyer
2021-10-16  5:39  7% ` [PATCH 1/2] doc: lei: restore alphabetical order to some listings Kyle Meyer

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).