diff options
author | Norbert Preining <preining@logic.at> | 2008-02-08 08:36:29 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-02-08 08:36:29 +0000 |
commit | ac32eba506cc20d1e7c5f45dbaa10436b84e0a7f (patch) | |
tree | ccea71324156ab8bf9b8f2c49b3f034e615116a4 /Master/tlpkg/tlpsrc/bin-tetex.tlpsrc | |
parent | 4fbb12efeffdffdf5a17b95f132ed4cc06300586 (diff) |
generate-* move:
- put the perl scripts into Master/texmf/scripts/texlive/
- put .texlua wrappers in Build/source/texk/texlive and install these
wrappers into Master/bin/$arch (without extension since we do that on
unix)
- add these texlua scripts to bin/i386-linux and (with .texlua) to bin/win32
- put the perl scripts and the wrappers into the bin-tetex tlpsrc
- remove the rest from tlpkg/installer
git-svn-id: svn://tug.org/texlive/trunk@6530 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/bin-tetex.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-tetex.tlpsrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/bin-tetex.tlpsrc b/Master/tlpkg/tlpsrc/bin-tetex.tlpsrc index 093d0e0c45e..f1233ad1b94 100644 --- a/Master/tlpkg/tlpsrc/bin-tetex.tlpsrc +++ b/Master/tlpkg/tlpsrc/bin-tetex.tlpsrc @@ -8,6 +8,9 @@ runpattern f texmf/fonts/map/dvips/tetex/* runpattern f texmf/scripts/tetex/texdoctk.pl runpattern f texmf/scripts/tetex/texi2html.pl runpattern f texmf/scripts/tetex/updmap.pl +runpattern f texmf/scripts/texlive/generate-fmtutil.pl +runpattern f texmf/scripts/texlive/generate-language.pl +runpattern f texmf/scripts/texlive/generate-updmap.pl runpattern f texmf/web2c/updmap.cfg runpattern f texmf/web2c/updmap-hdr.cfg docpattern f texmf/doc/man/man1/a2ping.* @@ -42,6 +45,10 @@ binpattern f bin/${ARCH}/texconfig-sys binpattern f bin/${ARCH}/texlinks binpattern f bin/${ARCH}/updmap binpattern f bin/${ARCH}/updmap-sys +# on win32 these are with .texlua extension, all or texlua scripts +binpattern f bin/${ARCH}/generate-fmtutil +binpattern f bin/${ARCH}/generate-language +binpattern f bin/${ARCH}/generate-updmap # that should be removed at some point binpattern f/win32 bin/win32/updmap-sys.pl binpattern f bin/${ARCH}/updmap-sys.texlua |