summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/help.h
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-11 16:47:47 +0000
committerKarl Berry <karl@freefriends.org>2008-04-11 16:47:47 +0000
commit0ff4ab9592dd753051d5a6db63f07c56c367f1ed (patch)
tree33b9e2189c142d97ee19ea273f013771e3ace666 /Build/source/texk/web2c/help.h
parentcd2bd80c32376c7af756da7ed6f377ad2577650c (diff)
initial attempt at luatex build
git-svn-id: svn://tug.org/texlive/trunk@7379 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/help.h')
-rw-r--r--Build/source/texk/web2c/help.h23
1 files changed, 19 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h
index ad461ddad63..21bbdcbbea8 100644
--- a/Build/source/texk/web2c/help.h
+++ b/Build/source/texk/web2c/help.h
@@ -10,7 +10,9 @@
thing, the messages have a lot in common, so it's nice to have them
in one place.)
-Copyright (C) 1995, 96 Karl Berry, 2001, 03, 04 Olaf Weber.
+Copyright 1995, 1996 Karl Berry.
+Copyright 2001, 2003, 2004 Olaf Weber.
+Copyright 2008 Taco Hoekwater.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -23,10 +25,9 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+along with this program; if not, see <http://www.gnu.org/licenses/>. */
-/* Note: Help messages for TeX & MF family moved to texmfmp-help.h, to
+/* Help messages for TeX & MF family are in texmfmp-help.h, to
prevent multiple-definition errors. */
#ifndef HELP_H
@@ -263,6 +264,20 @@ const_string OTANGLEHELP[] = {
};
#endif /* OTANGLE */
+#if defined (LUATANGLE) || defined (LUATANGLEBOOT)
+const_string LUATANGLEHELP[] = {
+ "Usage: luatangle [OPTION]... WEBFILE[.web] [CHANGEFILE[.ch]]",
+ " Tangle WEBFILE with CHANGEFILE into a Pascal program.",
+ " Default CHANGEFILE is /dev/null;",
+ " Pascal output goes to the basename of WEBFILE extended with `.p',",
+ " and a string pool file, if necessary, to the same extended with `.pool'.",
+ "",
+ "-help display this help and exit",
+ "-version output version information and exit",
+ NULL
+};
+#endif /* LUATANGLE */
+
#ifdef OVF2OVP
const_string OVF2OVPHELP[] = {
"Usage: ovf2ovp [OPTION]... OVFNAME[.ovf] [OFMNAME[.ofm] [OVPFILE[.ovp]]]",