Skip to content

Commit

Permalink
CWEB 4.0 natively supports XeTeX.
Browse files Browse the repository at this point in the history
  • Loading branch information
ascherer committed Feb 5, 2021
1 parent d51b88e commit ad0d252
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions makeall
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@ do
esac
done

if [ xetex = $TEX ]
then CWEAVE="cweave -f -lp+"
else CWEAVE="cweave -f"
fi
CWEAVE="cweave -f"
CTWILL="ctwill -f +lpdf"
PAX="pax -wvzf"
SED_I="sed -i" # non-GNU-sed requires an extra '' argument for '-i' option.
Expand Down

0 comments on commit ad0d252

Please sign in to comment.