summaryrefslogtreecommitdiff
path: root/Build
AgeCommit message (Collapse)Author
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
2008-05-12trivial change to stop help2man from being run?Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@8069 c570f23f-e606-0410-a88d-b1316a301751
2008-05-11add a missing #!/bin/sh line,Vladimir Volovich
reported upstream git-svn-id: svn://tug.org/texlive/trunk@8051 c570f23f-e606-0410-a88d-b1316a301751
2008-05-11install texdoc(.tlu) as the main texdoc scriptNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8040 c570f23f-e606-0410-a88d-b1316a301751
2008-05-11do not install texdoc(.man) from tetex, we will use the texlua version from ↵Norbert Preining
Frank git-svn-id: svn://tug.org/texlive/trunk@8039 c570f23f-e606-0410-a88d-b1316a301751
2008-05-11support texlive installation with --disable-multiplatform optionVladimir Volovich
(thanks to Peter Münster) git-svn-id: svn://tug.org/texlive/trunk@8037 c570f23f-e606-0410-a88d-b1316a301751
2008-05-11regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8036 c570f23f-e606-0410-a88d-b1316a301751
2008-05-10convert ebong script to "native" EOL style (LF on unix);Vladimir Volovich
strip whitespace at end of words, remove excessive blank lines, (and add a "#!/usr/bin/env python") git-svn-id: svn://tug.org/texlive/trunk@8034 c570f23f-e606-0410-a88d-b1316a301751
2008-05-10portability fixes for lzma-utils: variable declarations in main.c andVladimir Volovich
allow to redefine _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS in lzma/gettext.h (for getopt.c) on systems which don't support variable size arrays. sent upstream to Lasse Collin <lasse.collin@tukaani.org>, and accepted by him git-svn-id: svn://tug.org/texlive/trunk@8033 c570f23f-e606-0410-a88d-b1316a301751
2008-05-10fix Makefile.in, there is only tlmgr.pl now, no tl-package-managerNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8020 c570f23f-e606-0410-a88d-b1316a301751
2008-05-10stop if the input file(s) do not exist; otherwise xindy showed a warning in ↵Vladimir Volovich
create_raw_index() and continued. ======================================== workaround for a woe32 problem (it is yet unclear how to solve it): apparently the "nul" file, when opened multiple times, causes a problem. when no logfile is given, it defaulted to nul file, which caused error in xindy-lisp.exe. still reproducible by specifying "-t nul", e.g.: xindy -t nul -M texindy x.idx [...] ERROR: OPEN: #<OUTPUT UNBUFFERED FILE-STREAM CHARACTER #P"nul"> already points to file "Z:\\Master\\texmf\\xindy\\base\\latex.xdy", opening the file again for :INPUT-IMMUTABLE may produce unexpected results so we set the log file to *.ilg on woe32 unless it is explicitly specified. another contributor factor to this problem is the "-q" option which also tries to use "nul" and this causes a problem: xindy -q -M texindy x.idx ERROR: OPEN: #<OUTPUT UNBUFFERED FILE-STREAM CHARACTER> already points to file "Z:\\Master\\texmf\\xindy\\base\\numeric-sort.xdy", opening the file again for :INPUT-IMMUTABLE may produce unexpected results ======================================== workaround for a woe32 problem: delete the output file if it already exists prior to calling xindy, otherwise it is unable to overwrite it. (this does not happen with the log file which it is able to overwrite) ======================================== strangely, i did not see the last 2 problems in my previous tests. it may be caused by a clisp bug. git-svn-id: svn://tug.org/texlive/trunk@8008 c570f23f-e606-0410-a88d-b1316a301751
2008-05-10regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8007 c570f23f-e606-0410-a88d-b1316a301751