summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@chiark.greenend.org.uk>2022-07-15 21:51:27 +0000
committerColin Watson <cjwatson@chiark.greenend.org.uk>2022-07-15 21:51:27 +0000
commit3ac65120bcc93d07653806333a7c514aafed8f19 (patch)
treee209e45ac08be52084161378312996f7237ce881
parent8f3d13e25dd3e74bc4bddacac0830569c3f6000b (diff)
parent82ef64c1500860a3d8c7421a403946b0568a4775 (diff)
Merge branch 'drop-lsm' into 'main'
Drop LSM file See merge request cjwatson/man-db!4
-rw-r--r--docs/HACKING.md2
-rw-r--r--docs/Makefile.am1
-rw-r--r--docs/man-db.lsm28
3 files changed, 1 insertions, 30 deletions
diff --git a/docs/HACKING.md b/docs/HACKING.md
index a32dbbbc..7b9ee070 100644
--- a/docs/HACKING.md
+++ b/docs/HACKING.md
@@ -167,7 +167,7 @@ Release process
arrive. During this time, test until your eyeballs fall out, but try to
avoid changing any translated messages.
-4. Once you're ready to release, update `NEWS.md`, `docs/man-db.lsm`, and
+4. Once you're ready to release, update `NEWS.md`, and
the `AC_INIT` version number and `date` in `configure.ac`. Commit and
tag.
diff --git a/docs/Makefile.am b/docs/Makefile.am
index cccdc92d..ad9ef3fe 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -3,7 +3,6 @@ dist_noinst_DATA = \
COPYING.LIB \
HACKING.md \
TODO \
- man-db.lsm \
manpage.example \
manpage.example.mdoc \
manpage.example.pod \
diff --git a/docs/man-db.lsm b/docs/man-db.lsm
deleted file mode 100644
index 6f47bac0..00000000
--- a/docs/man-db.lsm
+++ /dev/null
@@ -1,28 +0,0 @@
-Begin4
-Title: man-db
-Version: 2.10.2
-Entered-date: 2022-03-17
-Description: This package provides the man command. This utility is
- the primary way of examining the system help files
- (manual pages). Other utilities provided include the
- whatis and apropos commands for searching the manual
- page database, the manpath utility for determining the
- manual page search path, and the maintenance utilities
- mandb, catman, and zsoelim. This package uses the groff
- suite of programs to format and display the manual
- pages.
-Keywords: man, mandb, manpath, apropos, whatis, manpath.conf,
- manual pager browser, zsoelim, manconv, accessdb, lexgrog.
-Author: jwe@che.utexas.edu (John W Eaton)
- G.Wilford@ee.surrey.ac.uk (Graeme Wilford)
- fpolacco@debian.org (Fabrizio Polacco)
- cjwatson@debian.org (Colin Watson)
-Maintained-by: cjwatson@debian.org (Colin Watson)
-Primary-site: https://savannah.nongnu.org/download/man-db/
- 1.9M man-db-2.10.2.tar.xz
-Alternate-site: http://ftp.debian.org/debian/pool/main/m/man-db/
-Platforms: Requires GNU groff 1.16.
- Optionally uses GDBM or Berkeley DB (any version with 1.85
- compatibility).
-Copying-policy: GPL
-End