~ubuntu-branches/ubuntu/maverick/luatex/maverick

« back to all changes in this revision

Viewing changes to source/texk/web2c/luatexdir/luatexextra.in

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2009-12-25 09:47:05 UTC
  • mfrom: (1.1.9 upstream) (4.2.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091225094705-y33rpflo8t4u9nag
Tags: 0.50.0-1
* new upstream release
* disable fix-hurd-ftbfs patch, included upstream
* disable upstram-fixes, included upstream
* disable ubuntu_libpoppler-0.11, not needed anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* luatexextra.in: banner etc. for luaTeX.
2
 
   
3
 
   Copyright 1996-2006 Han The Thanh <thanh@pdftex.org>
4
 
   Copyright 2006-2008 Taco Hoekwater <taco@luatex.org>
5
 
 
6
 
   This file is part of LuaTeX.
7
 
 
8
 
   LuaTeX is free software; you can redistribute it and/or modify it under
9
 
   the terms of the GNU General Public License as published by the Free
10
 
   Software Foundation; either version 2 of the License, or (at your
11
 
   option) any later version.
12
 
 
13
 
   LuaTeX is distributed in the hope that it will be useful, but WITHOUT
14
 
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15
 
   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
16
 
   License for more details.
17
 
 
18
 
   You should have received a copy of the GNU General Public License along
19
 
   with LuaTeX; if not, see <http://www.gnu.org/licenses/>. */
20
 
 
21
 
/* $Id: luatexextra.in 2271 2009-04-12 23:42:21Z oneiros $ */
22
 
 
23
 
/*
24
 
   This is included by luaTeX, from ../luatexextra.c
25
 
   (generated from ../lib/texmfmp.c).
26
 
*/
27
 
 
28
 
#define BANNER "This is LuaTeX, Version LUATEX-VERSION"
29
 
#define COPYRIGHT_HOLDER "Taco Hoekwater"
30
 
#define AUTHOR NULL
31
 
#define PROGRAM_HELP LUATEXHELP
32
 
#define BUG_ADDRESS "dev-luatex@ntg.nl"
33
 
#define DUMP_VAR TEX_format_default
34
 
#define DUMP_LENGTH_VAR format_default_length
35
 
#define DUMP_OPTION "fmt"
36
 
#define DUMP_EXT ".fmt"
37
 
#define INPUT_FORMAT kpse_tex_format
38
 
#define INI_PROGRAM "luainitex"
39
 
#define VIR_PROGRAM "luavirtex"
40
 
#define TEXMFENGINENAME "luatex"