summaryrefslogtreecommitdiff
path: root/web/pwebmac/makeall
diff options
context:
space:
mode:
Diffstat (limited to 'web/pwebmac/makeall')
-rwxr-xr-xweb/pwebmac/makeall11
1 files changed, 4 insertions, 7 deletions
diff --git a/web/pwebmac/makeall b/web/pwebmac/makeall
index 546c3984aa..5f817ea242 100755
--- a/web/pwebmac/makeall
+++ b/web/pwebmac/makeall
@@ -83,7 +83,7 @@ do
esac
done
-CWEAVE="cweave -f"
+CWEAVE="cweave -f +lX"
CTWILL="ctwill -f +lpdf"
PAX="pax -wvzf"
SED_I="sed -i" # non-GNU-sed requires an extra '' argument for '-i' option.
@@ -220,11 +220,6 @@ FI
# FIX: purge obsolete macros from XeTeX.
xetex ) $SED_I -e "/\\\\input xewebmac/d" $f.tex ;;
-
- # Use nicer format for C comments and assignment; sans ctwill
- common | ctangle | cweave | refsort | twinx | ctie | tie )
- $SED_I -e "1 s/\(cwebmac\)/\1\n\\\\input Xcwebmac/" \
- $f.tex ;;
esac
# shift table-of-contents pages to the front in PDF
@@ -328,11 +323,13 @@ then
touch pages.tex # let 'manmac' produce output at all
- for f in tripman trapman webman cwebman errorlog
+ for f in tripman trapman webman cwebman
do
$TEX $f
done
+ $TEX -jobname=errorlog /opt/github/web/Xerrorlog.tex
+
for f in one two three four five six seven eight nine ten \
eleven twelve
do