diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-15 17:56:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-15 17:56:41 +0000 |
commit | a62b913c89ec8ee5253f1145d639598568091835 (patch) | |
tree | f940cf1b8eb4a16577e72ea37084e5dca401080c | |
parent | 742e8b7ce01e6223c66e89f1150c678b38a923e4 (diff) |
initial set of individual files to keep in sync
git-svn-id: svn://tug.org/texlive/trunk@18993 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/dev/srclist.txt | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/tlpkg/dev/srclist.txt b/Master/tlpkg/dev/srclist.txt new file mode 100644 index 00000000000..a01ba2f3d38 --- /dev/null +++ b/Master/tlpkg/dev/srclist.txt @@ -0,0 +1,43 @@ +# $Id$ +# srclist.txt - keeping files in sync. +# Public domain. Originally written 2010 by Karl Berry. +# +# Besides this script, additional files are checked 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/ +# +# kpse getopt used in non-kpse program. +Build/source/texk/kpathsea/getopt.c Build/source/utils/chktex/ +Build/source/texk/kpathsea/getopt1.c Build/source/utils/chktex/ +Build/source/texk/kpathsea/getopt.h Build/source/utils/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/ |