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

man-pages: provide all manuals

This commit is contained in:
git-bruh 2022-10-13 15:38:14 +05:30
parent e31b4e0c89
commit e29d8a3772
No known key found for this signature in database
2 changed files with 7 additions and 3 deletions

View File

@ -9,7 +9,7 @@ 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
for i in 1 2 3 4 5 7 8; do
cp -Rf "man$i" "$1/usr/share/man"
done
@ -17,4 +17,8 @@ done
rm -f "$1/usr/share/man/man7/man.7"
# Provided by tzdata.
rm -f "$1/usr/share/man/man5/tzfile.5"
rm -f \
"$1/usr/share/man/man5/tzfile.5" \
"$1/usr/share/man/man8/tzselect.8" \
"$1/usr/share/man/man8/zdump.8" \
"$1/usr/share/man/man8/zic.8"

View File

@ -1 +1 @@
5.13 1
5.13 2