~ubuntu-branches/ubuntu/jaunty/luatex/jaunty

« back to all changes in this revision

Viewing changes to src/texk/web2c/luatexdir/change-files.txt

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-07-07 11:01:13 UTC
  • mfrom: (1.1.5 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080707110113-1y7lam37zbbb7bbt
Tags: 0.28.0-1
* two new upstream releases, see the respective ANNOUCE files
* add luasocket license statement to debian/copyright
* activate the pdfluatex format
* prepare for latex based formats
  - add the ini files from TeX Live
  - add debian/formats file
  - adjust dh_installtex incantation
  the problem is that luatex dies when loading ukrhypmp.tex from 
  texlive-lang-cyrillic, but we don't want to conflict with it by now.
* policy 3.8.0, rename README.Debian-source to README.source, and add
  notes about quilt usage
* disable patch fix-pwd-inclusion (it was from svn)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
How change files are applied for pdftex/pdfetex?
2
 
 
3
 
============================= pdftex =============================
4
 
 
5
 
2) pdftex.ch is generated from
6
 
    ./tie -c pdftex.ch pdftex.web \
7
 
    $(srcdir)/pdftexdir/tex.ch0 \
8
 
    $(srcdir)/tex.ch \
9
 
    $(srcdir)/pdftexdir/tex.ch1 \
10
 
    $(srcdir)/pdftexdir/tex.pch
11
 
 
12
 
Input:
13
 
    pdftex.web:
14
 
        pdftex without system-dependent changes
15
 
 
16
 
    pdftexdir/tex.ch0:
17
 
        % Change file to assist in creating the web2c-specific change file.
18
 
        % This one comes first, resolves inconsistencies between the
19
 
        % generated pdftex.web and tex.ch
20
 
 
21
 
        change the pdftex banner to tex banner, so tex.ch can be applied
22
 
 
23
 
    tex.ch:
24
 
        the main web2c-specific (or other system-dependent) change file
25
 
 
26
 
    pdftexdir/pdftex.ch:
27
 
 
28
 
        % Change file to assist in creating the web2c-specific change file.
29
 
        % This one resolves inconsistencies between tex.ch and tex.pch.
30
 
 
31
 
        change the tex banner to pdftex banner (reverse tex.ch0)
32
 
 
33
 
Output:
34
 
    pdftex.ch (not pdftexdir/pdftex.ch):
35
 
        additional & system-dependent changes