mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-04 05:37:34 +03:00
Remove references to man.5 from build.sh
man.5 page was removed in c0eacfa0f3
removed remaining references in build.sh, otherwise strict build (like arch linux makepkg) fails.
This commit is contained in:
parent
ac4a75b7d5
commit
0eb8a95d4f
1 changed files with 0 additions and 7 deletions
7
build.sh
7
build.sh
|
@ -104,9 +104,6 @@ build_man_pages() {
|
|||
for f in ./docs/man/*.1.scd; do
|
||||
scdoc < "$f" > "${builddir}/man/$(basename "$f" .scd)"
|
||||
done
|
||||
for f in ./docs/man/*.5.scd; do
|
||||
scdoc < "$f" > "${builddir}/man/$(basename "$f" .scd)"
|
||||
done
|
||||
}
|
||||
|
||||
build() {
|
||||
|
@ -159,10 +156,6 @@ install() {
|
|||
for f in "${builddir}"/man/*.1; do
|
||||
command install -m 0644 "$f" "${destdir}/${prefix}/share/man/man1/"
|
||||
done
|
||||
command install -m 0755 -d "${destdir}/${prefix}/share/man/man5/"
|
||||
for f in "${builddir}"/man/*.5; do
|
||||
command install -m 0644 "$f" "${destdir}/${prefix}/share/man/man5/"
|
||||
done
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue