mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03:00
Merge pull request #516
This commit is contained in:
commit
fd8260c002
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
|
for f in ./docs/man/*.1.scd; do
|
||||||
scdoc < "$f" > "${builddir}/man/$(basename "$f" .scd)"
|
scdoc < "$f" > "${builddir}/man/$(basename "$f" .scd)"
|
||||||
done
|
done
|
||||||
for f in ./docs/man/*.5.scd; do
|
|
||||||
scdoc < "$f" > "${builddir}/man/$(basename "$f" .scd)"
|
|
||||||
done
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -159,10 +156,6 @@ install() {
|
||||||
for f in "${builddir}"/man/*.1; do
|
for f in "${builddir}"/man/*.1; do
|
||||||
command install -m 0644 "$f" "${destdir}/${prefix}/share/man/man1/"
|
command install -m 0644 "$f" "${destdir}/${prefix}/share/man/man1/"
|
||||||
done
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue