compile all manpages in parallel!

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/1.5
Nico Schottelius 14 years ago
parent 417ce61821
commit dbe74dcc33
  1. 5
      build.sh

@ -51,9 +51,10 @@ case "$1" in
manbuild) manbuild)
for src in ${MAN1DSTDIR}/*.text ${MAN7DSTDIR}/*.text; do for src in ${MAN1DSTDIR}/*.text ${MAN7DSTDIR}/*.text; do
echo "Compiling manpage and html for $src" echo "Compiling manpage and html for $src"
$A2XM "$src" $A2XM "$src" &
$A2XH "$src" $A2XH "$src" &
done done
wait
;; ;;
mandirs) mandirs)

Loading…
Cancel
Save