diff options
author | Norbert Preining <preining@logic.at> | 2007-05-24 08:43:53 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-05-24 08:43:53 +0000 |
commit | 5e6d748fc3255ac8ed23e1ab6324fede6d8e1dfe (patch) | |
tree | f33fdf7edd7b82edca44d9423a75d7dcf74692c1 /new-infra | |
parent | b1f605f6fc0e8678a49f1c5fce0829b51a08fee4 (diff) |
ff
git-svn-id: svn://tug.org/texlive/trunk@4357 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'new-infra')
-rw-r--r-- | new-infra/Makefile | 2 | ||||
-rw-r--r-- | new-infra/tlp.firsttry/bar.tlp | 31 | ||||
-rw-r--r-- | new-infra/tlp.firsttry/baz.tlp | 27 | ||||
-rw-r--r-- | new-infra/tlp.firsttry/foo.tlp | 18 |
4 files changed, 77 insertions, 1 deletions
diff --git a/new-infra/Makefile b/new-infra/Makefile index 354c7ce284b..a498d86daac 100644 --- a/new-infra/Makefile +++ b/new-infra/Makefile @@ -1,6 +1,6 @@ all: - mkdir tlp + mkdir -p tlp perl create_tlp.pl tlsrc/*.tlsrc clean: diff --git a/new-infra/tlp.firsttry/bar.tlp b/new-infra/tlp.firsttry/bar.tlp new file mode 100644 index 00000000000..3086b9a9a10 --- /dev/null +++ b/new-infra/tlp.firsttry/bar.tlp @@ -0,0 +1,31 @@ +name bar +shortdesc the bar ckage +longdesc the bar package is used for doing useless stuff as here we want to + show continued lines aof i opidf poi posidpfo ispodf posdf posopd fj o + sdpjf poj pdsjf pjdsf pjsodfj opkjsdf jsokdfjopksjf pojsdpfj s oj spodfj + kj okfjsdof jsodkjf opksjdf kjsdfkj skdfjsdf jsjdf ojksdf js odfj oskjdf + oksjfokjsdokfjsodkfj oskdjf oksjdfokjsdokfjsdokf jksopjdfo sj dfokj + sdokjf oksdjf ksdojfosd fjosdjf osdokfj +depend othercoll +depend another collection +depend foo +binfiles + texmf/test/bar/aaa/file1 + texmf/test/bar/aaa/file2 + texmf/test/bar/aaa/file3 + texmf/tmp1/tmp2/bar/file1 + texmf/tmp1/tmp2/bar/file2 + texmf/tmp1/tmp2/bar/file3 +runfiles + texmf-dist/fonts/map/bar/file1 + texmf-dist/fonts/map/bar/file2 + texmf-dist/fonts/map/bar/file3 + texmf-dist/fonts/tfm/bar/file1 + texmf-dist/fonts/tfm/bar/file2 + texmf-dist/fonts/tfm/bar/file3 + texmf-dist/fonts/vf/bar/file1 + texmf-dist/fonts/vf/bar/file2 + texmf-dist/fonts/vf/bar/file3 + texmf-dist/tex/latex/bar/file1 + texmf-dist/tex/latex/bar/file2 + texmf-dist/tex/latex/bar/file3 diff --git a/new-infra/tlp.firsttry/baz.tlp b/new-infra/tlp.firsttry/baz.tlp new file mode 100644 index 00000000000..eb07d8df403 --- /dev/null +++ b/new-infra/tlp.firsttry/baz.tlp @@ -0,0 +1,27 @@ +name baz +shortdesc the baz package +longdesc the baz +depend othercoll +depend another collection +depend foo +docfiles + texmf-doc/doc/baz/file1 + texmf-doc/doc/baz/file2 + texmf-doc/doc/baz/file3 +srcfiles + texmf/tmp1/tmp2/baz/file1 + texmf/tmp1/tmp2/baz/file2 + texmf/tmp1/tmp2/baz/file3 +runfiles + texmf-dist/fonts/map/baz/file1 + texmf-dist/fonts/map/baz/file2 + texmf-dist/fonts/map/baz/file3 + texmf-dist/fonts/tfm/baz/file1 + texmf-dist/fonts/tfm/baz/file2 + texmf-dist/fonts/tfm/baz/file3 + texmf-dist/fonts/vf/baz/file1 + texmf-dist/fonts/vf/baz/file2 + texmf-dist/fonts/vf/baz/file3 + texmf-dist/tex/latex/baz/file1 + texmf-dist/tex/latex/baz/file2 + texmf-dist/tex/latex/baz/file3 diff --git a/new-infra/tlp.firsttry/foo.tlp b/new-infra/tlp.firsttry/foo.tlp new file mode 100644 index 00000000000..1e2d1c0396d --- /dev/null +++ b/new-infra/tlp.firsttry/foo.tlp @@ -0,0 +1,18 @@ +name foo +shortdesc the foo package +longdesc the foo package is used for doing useless stuff as here we want to + show continued lines +execute addMap foo.map +runfiles + texmf-dist/fonts/map/foo/file1 + texmf-dist/fonts/map/foo/file2 + texmf-dist/fonts/map/foo/file3 + texmf-dist/fonts/tfm/foo/file1 + texmf-dist/fonts/tfm/foo/file2 + texmf-dist/fonts/tfm/foo/file3 + texmf-dist/fonts/vf/foo/file1 + texmf-dist/fonts/vf/foo/file2 + texmf-dist/fonts/vf/foo/file3 + texmf-dist/tex/latex/foo/file1 + texmf-dist/tex/latex/foo/file2 + texmf-dist/tex/latex/foo/file3 |