summaryrefslogtreecommitdiff
path: root/Build
AgeCommit message (Collapse)Author
2008-05-21xetex update, now 0.998.5-dev (xetex svn r.689)Jonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@8273 c570f23f-e606-0410-a88d-b1316a301751
2008-05-21update to xdvipdfmx 0.7, from xetex svn r.688Jonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@8272 c570f23f-e606-0410-a88d-b1316a301751
2008-05-21regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8270 c570f23f-e606-0410-a88d-b1316a301751
2008-05-21dvipdfmx-20080520 snapshot, after remaking autofilesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8263 c570f23f-e606-0410-a88d-b1316a301751
2008-05-20do not refer to pdfetex in luatex make; luatangle is not otangle; cosmetic ↵Karl Berry
updates for makecpool.c from luatex repo git-svn-id: svn://tug.org/texlive/trunk@8256 c570f23f-e606-0410-a88d-b1316a301751
2008-05-20icu-xetex/data makefile patch for shells that don't like null "for" listsJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@8254 c570f23f-e606-0410-a88d-b1316a301751
2008-05-20patch ubidi.c to fix conflict on hp-ux and irixJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@8253 c570f23f-e606-0410-a88d-b1316a301751
2008-05-20regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8244 c570f23f-e606-0410-a88d-b1316a301751
2008-05-19rm wordcount and bin-wordcount, nonfree and we have texcountKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8240 c570f23f-e606-0410-a88d-b1316a301751
2008-05-19remove getnonfreefonts, the one in texmf*/scripts is the masterKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8235 c570f23f-e606-0410-a88d-b1316a301751
2008-05-19regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8233 c570f23f-e606-0410-a88d-b1316a301751
2008-05-18update Build/source/texk/texlive/getnonfreefonts.Reinhard Kotucha
git-svn-id: svn://tug.org/texlive/trunk@8216 c570f23f-e606-0410-a88d-b1316a301751
2008-05-18remove scripts now linked and/or maintained in texmf/scripts (found by vvv)Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@8213 c570f23f-e606-0410-a88d-b1316a301751
2008-05-18forgot another .svnKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8211 c570f23f-e606-0410-a88d-b1316a301751
2008-05-18ignore more than just .svnKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8210 c570f23f-e606-0410-a88d-b1316a301751
2008-05-18regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8203 c570f23f-e606-0410-a88d-b1316a301751
2008-05-18change the condition for the "special texlive build behavior":Vladimir Volovich
previously it was triggered just by the --enable-tetex-build configure option, but some distributions are using both --enable-tetex-build and at the same time redefine the datadir, docdir, mandir, etc. now, the "special texlive build behavior" is enabled when both the --enable-tetex-build option is used, AND $datadir is the same as $prefix, which is the case when using the default Build script. the "special texlive build behavior" for xindy consists of: * installing "xindy" and "texindy" as symlinks pointing to scripts in the texmf/scripts/xindy/ directory, rather than copying them as regular files into bindir. * installing xindy.mem into bindir (rather than into pkglibdir), as in texlive, it is the only platform-dependent directory, and there's no per-platform lib directory. * redefining datadir, docdir and mandir to the layout used in texlive: datadir="$prefix/texmf" docdir="$prefix/texmf/doc/$PACKAGE_NAME" mandir="$prefix/texmf/doc/man" * disabling docs generation and make-rules build (because they require working latex and pdflatex during build). in normal texlive builds, the docs and make-rules are installed in the texmf tree, and need not be re-built. if distributor wants to build the whole texlive, with xindy, and uses the --enable-tetex-build, but redefines datadir, we disable the above "special texlive build behavior". in this case, however, please keep in mind that you need the working latex (for make-rules) and pdflatex (for docs) during xindy build. if you do not have it, add --disable-make-rules and --disable-docs configure options, but keep in mind that without the make-rules, xindy's install is incomplete, and you need to use the files supplied by texlive's Master/texmf/xindy tree. git-svn-id: svn://tug.org/texlive/trunk@8199 c570f23f-e606-0410-a88d-b1316a301751
2008-05-17cosmetic change in displaying error message when installing symlinksVladimir Volovich
(use stderr instead of stdout, and exit 1 instead of false) git-svn-id: svn://tug.org/texlive/trunk@8198 c570f23f-e606-0410-a88d-b1316a301751
2008-05-17support non-multiplatform builds; from Peter MKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8194 c570f23f-e606-0410-a88d-b1316a301751
2008-05-17regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8189 c570f23f-e606-0410-a88d-b1316a301751
2008-05-16change clisp version in build instructions to 2.45Vladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@8182 c570f23f-e606-0410-a88d-b1316a301751
2008-05-16pass MAKE env. var. to clisp-link, so ordrules/link.sh will use the proper make.Vladimir Volovich
without this, there was a problem e.g. on FreeBSD when using gmake to build xindy, which was setting MAKEFLAGS=w but ordrules/link.sh was calling "make" (because MAKE was not passed to it), and "make" was breaking because of the MAKEFLAGS variable, thinking it is a target to make. git-svn-id: svn://tug.org/texlive/trunk@8170 c570f23f-e606-0410-a88d-b1316a301751
2008-05-16regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8168 c570f23f-e606-0410-a88d-b1316a301751
2008-05-16this is metapost 1.005Taco Hoekwater
git-svn-id: svn://tug.org/texlive/trunk@8166 c570f23f-e606-0410-a88d-b1316a301751
2008-05-15delete lzma-utilsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8162 c570f23f-e606-0410-a88d-b1316a301751
2008-05-15rename lzma-utils to lzma, since that is now the upstream nameKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8161 c570f23f-e606-0410-a88d-b1316a301751
2008-05-15lzma-utils 4.32.6 from http://tukaani.org/lzma/downloadKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8158 c570f23f-e606-0410-a88d-b1316a301751
2008-05-15dcipng-1.11 - generated filesPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@8151 c570f23f-e606-0410-a88d-b1316a301751
2008-05-15dvipng-1.11Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@8149 c570f23f-e606-0410-a88d-b1316a301751
2008-05-15misc.c: fix the field name: mmap => dataVladimir Volovich
(oversight from old code?) special.c: portability fix - put variable declarations at the beginning of the block. git-svn-id: svn://tug.org/texlive/trunk@8148 c570f23f-e606-0410-a88d-b1316a301751
2008-05-15regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8147 c570f23f-e606-0410-a88d-b1316a301751
2008-05-15input pool is etex.pool not tex.pool, from akiraKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8144 c570f23f-e606-0410-a88d-b1316a301751
2008-05-14dvipng-1.10Peter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@8139 c570f23f-e606-0410-a88d-b1316a301751
2008-05-14always use TL_MAKE rather than default makeJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@8133 c570f23f-e606-0410-a88d-b1316a301751
2008-05-14put TeX live related changes into ChangeLog.TLPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@8132 c570f23f-e606-0410-a88d-b1316a301751
2008-05-14regenerated due to modified configure.acPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@8131 c570f23f-e606-0410-a88d-b1316a301751
2008-05-14regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8130 c570f23f-e606-0410-a88d-b1316a301751
2008-05-14tl-w32-wrapper.texlua: add a line as suggested by AkiraNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8125 c570f23f-e606-0410-a88d-b1316a301751
2008-05-14the destination of symlinks in case of --disable-multiplatform was by ↵Vladimir Volovich
mistake (typo) the same as for the multiplatform case. git-svn-id: svn://tug.org/texlive/trunk@8123 c570f23f-e606-0410-a88d-b1316a301751
2008-05-13remove duplicated useless ChangeLogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8121 c570f23f-e606-0410-a88d-b1316a301751
2008-05-13pdftex: compile in the pool fileMartin Schröder
git-svn-id: svn://tug.org/texlive/trunk@8115 c570f23f-e606-0410-a88d-b1316a301751
2008-05-13tl-w32-wrapper.texlua: die if the script cannot be foundNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8114 c570f23f-e606-0410-a88d-b1316a301751
2008-05-13merged xetex 0.998.3 from scripts.sil.orgJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@8110 c570f23f-e606-0410-a88d-b1316a301751
2008-05-13fix etex buildPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@8107 c570f23f-e606-0410-a88d-b1316a301751
2008-05-13regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8106 c570f23f-e606-0410-a88d-b1316a301751
2008-05-12xindy info againKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8094 c570f23f-e606-0410-a88d-b1316a301751
2008-05-12regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8079 c570f23f-e606-0410-a88d-b1316a301751
2008-05-12mk4ht was included into both shell_scripts and perl_scripts by mistakeVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@8076 c570f23f-e606-0410-a88d-b1316a301751
2008-05-12when installing shell scripts into texmf-dist/scripts/tex4ht, add the .sh ↵Vladimir Volovich
suffix to file name when installing perl scripts into texmf-dist/scripts/tex4ht, add the .pl suffix to file name do not add suffix for symlink names in the bin/arch directory git-svn-id: svn://tug.org/texlive/trunk@8074 c570f23f-e606-0410-a88d-b1316a301751
2008-05-12per conversation with Karl:Vladimir Volovich
install tex4ht scripts in texmf-dist/scripts/tex4ht/ directory, and create symlinks in the bin/arch/ directories pointing to them. honour the --disable-multiplatform option. git-svn-id: svn://tug.org/texlive/trunk@8072 c570f23f-e606-0410-a88d-b1316a301751