merge current master
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
commit
9381b1c233
4 changed files with 8 additions and 7 deletions
4
build.sh
4
build.sh
|
|
@ -51,8 +51,8 @@ case "$1" in
|
|||
manbuild)
|
||||
for src in ${MAN1DSTDIR}/*.text ${MAN7DSTDIR}/*.text; do
|
||||
echo "Compiling manpage and html for $src"
|
||||
$A2XM "$src" &
|
||||
$A2XH "$src" &
|
||||
$A2XM "$src"
|
||||
$A2XH "$src"
|
||||
done
|
||||
wait
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue