remove leftovers from experimenting with process group control
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
7431802b03
commit
db1f1d0c2d
1 changed files with 1 additions and 2 deletions
3
build.sh
3
build.sh
|
@ -58,8 +58,7 @@ case "$1" in
|
||||||
manpage="${src%.text}.$section"
|
manpage="${src%.text}.$section"
|
||||||
if [ ! -f "$manpage" -o "$manpage" -ot "$src" ]; then
|
if [ ! -f "$manpage" -o "$manpage" -ot "$src" ]; then
|
||||||
echo "Compiling manpage for $src"
|
echo "Compiling manpage for $src"
|
||||||
setsid $A2XM "$src"
|
$A2XM "$src"
|
||||||
a2x_pids=""
|
|
||||||
fi
|
fi
|
||||||
htmlpage="${src%.text}.html"
|
htmlpage="${src%.text}.html"
|
||||||
if [ ! -f "$htmlpage" -o "$htmlpage" -ot "$src" ]; then
|
if [ ! -f "$htmlpage" -o "$htmlpage" -ot "$src" ]; then
|
||||||
|
|
Loading…
Reference in a new issue