diff options
author | Karl Berry <karl@freefriends.org> | 2008-05-20 18:10:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-05-20 18:10:52 +0000 |
commit | 8254c0c30ed6104a22586957af983fd3d710751a (patch) | |
tree | 807b2a22c452952910ac35d424001af8fee9370e /Build/source/texk/web2c/luatexdir | |
parent | a62e1d4e096be4d689f337c35488333116c5e3e4 (diff) |
do not refer to pdfetex in luatex make; luatangle is not otangle; cosmetic updates for makecpool.c from luatex repo
git-svn-id: svn://tug.org/texlive/trunk@8256 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatangle.web | 15 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatex.mk | 2 |
2 files changed, 9 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luatangle.web b/Build/source/texk/web2c/luatexdir/luatangle.web index 0cc3e8416c6..46ca98e1e14 100644 --- a/Build/source/texk/web2c/luatexdir/luatangle.web +++ b/Build/source/texk/web2c/luatexdir/luatangle.web @@ -1,9 +1,10 @@ -% otangle.web: Omega version of file tangle.web +% luatangle.web: LuaTeX version of file tangle.web +% $Id$ % -% This file is part of the Omega project, which -% is based in the web2c distribution of TeX. +% This file is part of LuaTeX. % % Copyright (c) 1994--1998 John Plaice and Yannis Haralambous +% Copyright 2006-2008 Taco Hoekwater <taco@luatex.org> % applies only to the changes to the original tangle.web. % % This program by D. E. Knuth is not copyrighted and can be used freely. @@ -37,12 +38,12 @@ \mathchardef\BA="3224 % double arrow \def\({} % kludge for alphabetizing certain module names -\def\title{OTANGLE} +\def\title{LUATANGLE} \def\contentspagenumber{123} % should be odd \def\topofcontents{\null\vfill \titlefalse % include headline on the contents page \def\rheader{\mainfont Appendix E\hfil \contentspagenumber} - \centerline{\titlefont The {\ttitlefont OTANGLE} processor} + \centerline{\titlefont The {\ttitlefont LUATANGLE} processor} \vskip 15pt \centerline{(Version 4.4)} \vfill} @@ -73,7 +74,7 @@ dependencies' in the index below. The ``banner line'' defined here should be changed whenever \.{TANGLE} is modified. -@d banner=='This is OTANGLE, Version 4.4' +@d banner=='This is LUATANGLE, Version 4.4' @ The program begins with a fairly normal header, made up of pieces that @^system dependencies@> @@ -87,7 +88,7 @@ calls the `|jump_out|' procedure, which goes to the label |end_of_TANGLE|. @d end_of_TANGLE = 9999 {go here to wrap it up} @p @t\4@>@<Compiler directives@>@/ -program OTANGLE(@!web_file,@!change_file,@!Pascal_file,@!pool); +program LUATANGLE(@!web_file,@!change_file,@!Pascal_file,@!pool); label end_of_TANGLE; {go here to finish} const @<Constants in the outer block@>@/ type @<Types in the outer block@>@/ diff --git a/Build/source/texk/web2c/luatexdir/luatex.mk b/Build/source/texk/web2c/luatexdir/luatex.mk index 02fc2bae055..86c593f6185 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.mk +++ b/Build/source/texk/web2c/luatexdir/luatex.mk @@ -91,7 +91,7 @@ luatex.p luatex.pool: luatangle $(srcdir)/$(luatexdir)/luatex.web $(srcdir)/$(lu #luatex-all.pdf: luatex-all.tex # $(luatex) luatex-all.tex -check: @PETEX@ luatex-check +check: @LTEX@ luatex-check luatex-check: luatex luatex.fmt clean:: luatex-clean |