diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/LinuxManBook/build_linux_man_book.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/LinuxManBook/build_linux_man_book.sh b/scripts/LinuxManBook/build_linux_man_book.sh index dfd25b0d9a..f98e0ba5b6 100755 --- a/scripts/LinuxManBook/build_linux_man_book.sh +++ b/scripts/LinuxManBook/build_linux_man_book.sh @@ -8,9 +8,9 @@ | preconv \ | tbl \ | eqn -Tpdf \ - | groff -z -dPDF.EXPORT=1 -dLABEL.REFS=1 -dpaper=a4 -Tpdf \ - -M"$(dirname "$0")" -mandoc -manmark \ - -F"$(dirname "$0")" -P-pa4 -rC1 -rCHECKSTYLE=3 2>&1 \ + | troff -Tpdf -dPDF.EXPORT=1 -dLABEL.REFS=1 -dpaper=a4 \ + -M"$(dirname "$0")" -mandoc -manmark -rC1 -rCHECKSTYLE=3 \ + 2>&1 >/dev/null \ | LC_ALL=C grep '^\. *ds '; "$(dirname "$0")"/prepare_linux_man_book.pl "$1"; |
