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

« back to all changes in this revision

Viewing changes to build/TeX/texk/makeindexk/makeindex.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
 
/* makeindex.rc: makeindex 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 " makeindex(k) 2.14"
24
 
 
25
 
#define VER_INTERNALNAME_STR "makeindex"
26
 
#define VER_ORIGINALFILENAME_STR "makeindex.exe"
27
 
 
28
 
#define VER_FILEDESCRIPTION_STR "General Purpose Index Processor"
29
 
 
30
 
#define VER_LEGALCOPYRIGHT_STR "Copyright (C) 1989 Chen & Harrison \
31
 
International Systems, Inc. \
32
 
(C) 1988 Olivetti Research Center \
33
 
(C) 1987 Regents of the University of California"
34
 
 
35
 
#include <texlive.version>
36
 
 
37
 
/* makeindex.rc ends here */