Skip to content

Commit 130d859

Browse files
authored
Present CTWILL in its own format.
1 parent ec828a0 commit 130d859

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

makeall

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ do
6565
common ) $CWEAVE $f comm-w2c ;;
6666
ctangle ) $CWEAVE $f ctang-w2c ;;
6767
cweave ) $CWEAVE $f cweav-w2c ;;
68-
ctwill ) $CWEAVE cweave $f-w2c $f ;;
68+
ctwill ) tie -m $f.w cweave.w $f-w2c.ch $f-mini.ch
69+
$f -f +lpdf $f; $f -f +lpdf $f ;;
6970
ctie ) $CWEAVE $f $f-k ;;
7071
tie ) $CWEAVE $f $f-w2c ;;
7172

@@ -91,7 +92,8 @@ do
9192
else
9293
case $f in
9394
common | ctangle | cweave | ctie | tie ) $CWEAVE $f ;;
94-
ctwill ) $CWEAVE cweave $f-w2c $f ;;
95+
ctwill ) tie -m $f.w cweave.w $f-w2c.ch $f-mini.ch
96+
$f -f +lpdf $f; $f -f +lpdf $f ;;
9597
* ) weave $f ;;
9698
esac
9799
fi
@@ -179,7 +181,7 @@ FI
179181
rm texmf-pdf.patch
180182
fi ;;
181183

182-
common | ctangle | cweave | ctwill | ctie | tie )
184+
common | ctangle | cweave | ctie | tie )
183185
# Use nicer format for C comments and assignment
184186
sed -i -e "1 s/\(cwebmac\)/\1\n\\\\input Xcwebmac/" \
185187
$f.tex ;;

0 commit comments

Comments
 (0)