2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

man-pages: provide man-pages-posix (See #273)

We need man-pages-posix to fill in the gaps where man-pages
provides glibc related information.

This also renames the directories from man[013]p to man[013]
to avoid having to use makewhatis + the mandoc database.
This commit is contained in:
Dylan Araps 2021-07-12 13:26:26 +03:00
parent 36bfef6f31
commit dce9f05156
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
3 changed files with 6 additions and 13 deletions

View File

@ -5,19 +5,10 @@
mkdir -p "$1/usr/share/man"
# The sources are set out as follows.
#
# 1. user commands (intro, plus a few other pages)
# 2. system calls
# 3. libc calls
# 4. devices (e.g., hd, sd)
# 5. file formats and configuration files (e.g., wtmp, /etc/passwd)
# 6. games (intro only)
# 7. overviews, conventions, macro packages, etc.
# 8. system administration (intro, plus a few other pages)
#
# Manual pages which relate to glibc or are otherwise provided by
# other packages (tzdata, etc) are excluded.
for i in 0p 1p 3p; do
cp -Rf "posix/man$i" "$1/usr/share/man/man${i%%p}"
done
for i in 2 4 5 7; do
cp -Rf "man$i" "$1/usr/share/man"
done

View File

@ -1 +1,2 @@
7af5c960a05a7fac56813fe5bfa564a1c280e934363ae03911b67b0b8e23371e
ce67bb25b5048b20dad772e405a83f4bc70faf051afa289361c81f9660318bc3

View File

@ -1 +1,2 @@
https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-5.12.tar.xz
https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2017-a.tar.xz posix