blob: 0a1b8643a17e2e5908fd23260e5dbdb7075a03ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
# $Id$
# srclist.txt - keeping files in sync.
# Public domain. Originally written 2010 by Karl Berry.
#
# Besides what is listed here, additional checks are made by
# tlpkg/bin/tl-update-auto and tlpkg/bin/check-*.
#
# This file is input for the script config/srclist-update in the gnulib
# project (http://savannah.gnu.org/projects/gnulib). Typical invocation:
# /path/to/gnulib/config/srclist-update \
# /path/to/srcdir </path/to/srcdir/build-aux/srclist.txt
# (see ~karl/bin/cron.tl)
#
# The output will be diffs for any files that are not up to date.
# Basic config files.
Master/texmf/web2c/texmf.cnf Build/source/texk/kpathsea/
Master/texmf/web2c/fmtutil.cnf Build/source/texk/tetex/
#
# Platform detection for biber and tests
Master/tlpkg/TeXLive/TLUtils.pm Build/source/utils/biber/TeXLive/
Master/tlpkg/TeXLive/TLConfig.pm Build/source/utils/biber/TeXLive/
#
Master/tlpkg/TeXLive/TLUtils.pm Build/source/texk/tests/TeXLive/
Master/tlpkg/TeXLive/TLConfig.pm Build/source/texk/tests/TeXLive/
#
# kpse getopt used in non-kpse program.
Build/source/texk/kpathsea/getopt.c Build/source/texk/chktex/
Build/source/texk/kpathsea/getopt1.c Build/source/texk/chktex/
Build/source/texk/kpathsea/getopt.h Build/source/texk/chktex/
##todo: linked_scripts
#
# ConTeXt .lua vs. w32 stubs.
Master/texmf-dist/scripts/context/lua/luatools.lua Master/texmf-dist/scripts/context/stubs/mswin/
Master/texmf-dist/scripts/context/lua/mtxrun.lua Master/texmf-dist/scripts/context/stubs/mswin/
#
# ConTeXt .lua vs. w32 bin.
Master/texmf-dist/scripts/context/lua/luatools.lua Master/bin/win32/luatools.lua
Master/texmf-dist/scripts/context/lua/mtxrun.lua Master/bin/win32/mtxrun.lua
#
# ConTeXt unix stubs vs. Build tree.
Master/texmf-dist/scripts/context/stubs/unix/context Build/source/texk/texlive/context/
Master/texmf-dist/scripts/context/stubs/unix/ctxtools Build/source/texk/texlive/context/
Master/texmf-dist/scripts/context/stubs/unix/luatools Build/source/texk/texlive/context/
Master/texmf-dist/scripts/context/stubs/unix/mtxrun Build/source/texk/texlive/context/
Master/texmf-dist/scripts/context/stubs/unix/pstopdf Build/source/texk/texlive/context/
Master/texmf-dist/scripts/context/stubs/unix/rlxtools Build/source/texk/texlive/context/
Master/texmf-dist/scripts/context/stubs/unix/texexec Build/source/texk/texlive/context/
Master/texmf-dist/scripts/context/stubs/unix/texmfstart Build/source/texk/texlive/context/
|