From 7d4efbc0548c1ac1a061b7a50724d355109812bf Mon Sep 17 00:00:00 2001 From: Andreas Scherer Date: Thu, 6 Jan 2022 11:08:43 +0000 Subject: [WEB] Add Pascal TWILL 4.5. See 'git log' in https://github.com/ascherer/twill (now 'archived') and in https://github.com/ascherer/web (both branches 'master' and 'adapt-twill-for-texlive') for details of this impromptu project. git-svn-id: svn://tug.org/texlive/trunk@61509 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/am/web.am | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/am') diff --git a/Build/source/texk/web2c/am/web.am b/Build/source/texk/web2c/am/web.am index 6bb25aebba2..c7d700373c6 100644 --- a/Build/source/texk/web2c/am/web.am +++ b/Build/source/texk/web2c/am/web.am @@ -7,7 +7,8 @@ ## You may freely use, modify and/or distribute this file. web_programs = bibtex dvicopy dvitype gftodvi gftopk gftype mft \ - patgen pktogf pktype pltotf pooltype tftopl vftovp vptovf weave + patgen pktogf pktype pltotf pooltype tftopl vftovp vptovf \ + weave twill ## Basic tests, one for each program. ## @@ -174,6 +175,17 @@ weave.p: tangle$(EXEEXT) weave.web weave.ch $(tangle) weave weave weave.log: weave$(EXEEXT) +nodist_twill_SOURCES = twill.c twill.h +twill.c twill.h: twill-web2c + @$(web2c) twill +twill-web2c: twill.p $(web2c_depend) + @$(web2c) twill +twill.p: tangle$(EXEEXT) twill.web + $(tangle) twill +twill.web: tie$(EXEEXT) weave.web weave.ch weav-twill.ch + $(tie_m) weave.web weave.ch weav-twill.ch +twill.log: twill$(EXEEXT) + ## Tests. ## if WEB -- cgit v1.2.3