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/help.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Build/source/texk/web2c/help.h') diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h index 4779ce298a8..55181d50f6d 100644 --- a/Build/source/texk/web2c/help.h +++ b/Build/source/texk/web2c/help.h @@ -639,4 +639,18 @@ const_string WEAVEHELP[] = { }; #endif /* WEAVE */ +#ifdef TWILL +const_string TWILLHELP[] = { + "Usage: twill [OPTION]... WEBFILE[.web] [CHANGEFILE[.ch]]", + " Weave WEBFILE with CHANGEFILE into a TeX document.", + " Default CHANGEFILE is " DEV_NULL ";", + " TeX output goes to the basename of WEBFILE extended with `.tex'.", + "", + "-x omit cross-reference information", + "-help display this help and exit", + "-version output version information and exit", + NULL +}; +#endif /* TWILL */ + #endif /* not HELP_H */ -- cgit v1.2.3