summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/Makefile
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2021-02-22 14:22:20 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2021-02-22 14:22:20 +0000
commitd9e54ef03db8d244f5386fc89efffccb3d483a5e (patch)
treec0adb02e7b8fd39fc9335d04d8dcd020fb37b570 /Build/source/texk/web2c/cwebdir/Makefile
parent074fd0605dea00c6025fe0ac4d6ec8da21a59c28 (diff)
[CWEB] Code review.
* Decouple CTANGLE and CWEAVE from COMMON by using 'static' variables. * Reshuffle variable declarations in 'common.h' to match the definitions in 'common.w'. * Eliminate some unused stuff in CTWILL. git-svn-id: svn://tug.org/texlive/trunk@57841 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/Makefile')
-rw-r--r--Build/source/texk/web2c/cwebdir/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/cwebdir/Makefile b/Build/source/texk/web2c/cwebdir/Makefile
index 63dbd3db343..fa9d83c14fc 100644
--- a/Build/source/texk/web2c/cwebdir/Makefile
+++ b/Build/source/texk/web2c/cwebdir/Makefile
@@ -63,8 +63,10 @@ RM= /bin/rm
CP= /bin/cp
# uncomment the second line if you use pdftex to bypass .dvi files
+# uncomment the third line if you use xetex to bypass .dvi files
PDFTEX = dvipdfm
#PDFTEX = pdftex
+#PDFTEX = xetex
########## You shouldn't have to change anything after this point #######
@@ -105,6 +107,7 @@ ALL = common.w ctangle.w cweave.w prod.w \
case "$(PDFTEX)" in \
dvipdfm ) tex "\let\pdf+ \input $*"; dvipdfm $* ;; \
pdftex ) pdftex $* ;; \
+ xetex ) xetex $* ;; \
esac
all: ctangle cweave