~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty

« back to all changes in this revision

Viewing changes to build/source/texk/web2c/tex.rc

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* tex.rc: tex resources                        -*- C++ -*-
 
2
 
 
3
   Copyright (C) 1996-2003 Fabrice Popineau <fabrice.popineau@supelec.fr>
 
4
 
 
5
   This file is free software; you can redistribute it and/or modify
 
6
   it under the terms of the GNU General Public License as published
 
7
   by the Free Software Foundation; either version 2, or (at your
 
8
   option) any later version.
 
9
 
 
10
   This file is distributed in the hope that it will be useful, but
 
11
   WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
13
   General Public License for more details.
 
14
 
 
15
   You should have received a copy of the GNU General Public License
 
16
   along with this file; if not, write to the Free Software
 
17
   Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
 
18
   USA. */
 
19
 
 
20
#include <texlive-version.h>
 
21
 
 
22
#define VER_FILEVERSION TEXLIVE_MAJOR_VERSION,TEXLIVE_MINOR_VERSION,TEXLIVE_BETA_NUMBER,TEXLIVE_ALPHA_NUMBER
 
23
#define VER_FILEVERSION_STR TEXLIVE_PRODUCTVERSION_STR " TeX 3.14159"
 
24
 
 
25
#define VER_INTERNALNAME_STR "tex"
 
26
#define VER_ORIGINALFILENAME_STR "tex.exe"
 
27
 
 
28
#define VER_FILEDESCRIPTION_STR "TeX DLL"
 
29
 
 
30
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1982 by D. E. Knuth"
 
31
#define VER_LEGALTRADEMARKS_STR "TeX is a trademark of the American Mathematical Society."
 
32
 
 
33
#define VER_FILETYPE VFT_DLL
 
34
 
 
35
#include <texlive.version>
 
36
 
 
37
/* tex.rc ends here */