mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-01 23:54:52 +00:00
16 lines
183 B
Bash
16 lines
183 B
Bash
# mandoc Phase 4
|
|
./configure
|
|
|
|
make mandoc
|
|
|
|
if $RUN_TESTS
|
|
then
|
|
set +e
|
|
make regress
|
|
set -e
|
|
fi
|
|
|
|
install -vm755 mandoc /usr/bin
|
|
install -vm644 mandoc.1 /usr/share/man/man1
|
|
|