~ubuntu-branches/ubuntu/vivid/libidn/vivid

« back to all changes in this revision

Viewing changes to build-aux/texinfo.tex

  • Committer: Bazaar Package Importer
  • Author(s): Simon Josefsson, Simon Josefsson
  • Date: 2009-06-08 11:59:06 UTC
  • mfrom: (1.2.12 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090608115906-6k6b5vy645zv0r77
Tags: 1.15-1
[ Simon Josefsson ]
* Let install-info decide where to put libidn.info.
* New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
% Load plain if necessary, i.e., if running under initex.
4
4
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
5
5
%
6
 
\def\texinfoversion{2009-03-22.17}
 
6
\def\texinfoversion{2009-05-16.16}
7
7
%
8
8
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
9
9
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
4396
4396
  \def\bullet{bullet}%
4397
4397
  \def\comma{,}%
4398
4398
  \def\copyright{copyright}%
4399
 
  \def\registeredsymbol{R}%
4400
4399
  \def\dots{...}%
4401
4400
  \def\enddots{...}%
4402
4401
  \def\equiv{==}%
4403
4402
  \def\error{error}%
4404
4403
  \def\euro{euro}%
 
4404
  \def\expansion{==>}%
4405
4405
  \def\guillemetleft{<<}%
4406
4406
  \def\guillemetright{>>}%
4407
4407
  \def\guilsinglleft{<}%
4408
4408
  \def\guilsinglright{>}%
4409
 
  \def\expansion{==>}%
4410
4409
  \def\minus{-}%
 
4410
  \def\point{.}%
4411
4411
  \def\pounds{pounds}%
4412
 
  \def\point{.}%
4413
4412
  \def\print{-|}%
4414
4413
  \def\quotedblbase{"}%
4415
4414
  \def\quotedblleft{"}%
4417
4416
  \def\quoteleft{`}%
4418
4417
  \def\quoteright{'}%
4419
4418
  \def\quotesinglbase{,}%
 
4419
  \def\registeredsymbol{R}%
4420
4420
  \def\result{=>}%
4421
 
  \def\textdegree{degrees}%
 
4421
  \def\textdegree{o}%
4422
4422
  %
4423
4423
  % We need to get rid of all macros, leaving only the arguments (if present).
4424
4424
  % Of course this is not nearly correct, but it is the best we can do for now.
9273
9273
@markupsetuprqdefault
9274
9274
 
9275
9275
@c Gnulib now utterly and painfully insists on no trailing whitespace.
9276
 
@c So nuke it.
 
9276
@c So we have to nuke it.
9277
9277
 
9278
9278
@c Local variables:
9279
 
@c eval: (add-hook 'write-file-hooks 'time-stamp 'nuke-trailing-whitespace)
 
9279
@c eval: (add-hook 'write-file-hooks 'time-stamp)
 
9280
@c eval: (add-hook 'write-file-hooks 'nuke-trailing-whitespace)
9280
9281
@c page-delimiter: "^\\\\message"
9281
9282
@c time-stamp-start: "def\\\\texinfoversion{"
9282
9283
@c time-stamp-format: "%:y-%02m-%02d.%02H"