summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-31"make install" would fail on systems such as Solaris which don't have a ↵Vladimir Volovich
"BSD-compatible install" in case a relative path to configure is used. don't pass the INSTALL* variables (with potentially relative paths) when calling make in sub-directories: it would fail with relative paths. they already contain all these INSTALL* variables, so there's no need to pass it. git-svn-id: svn://tug.org/texlive/trunk@8441 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31avoid (inconsistent) info lines, make them for debugging insteadKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8440 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31sort files for inclusion instead of keeping hash orderKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8439 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31revert the last change, as it requires using absolute path to configure.Vladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@8438 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31add some TODO to tlmgr.pl so that I don't forget itNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8437 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31Remove install-tl.html from the top-level directory.Reinhard Kotucha
git-svn-id: svn://tug.org/texlive/trunk@8436 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31don't call svnversion but use the svn status -v outputNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8435 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31Top level readme.html files moved to readme.html.Reinhard Kotucha
index.html adapted accordingly. git-svn-id: svn://tug.org/texlive/trunk@8434 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31dviasm updateKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8433 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31reduce useless debugging outputKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8432 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31include per-format envvar list in debugging outputKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8431 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31reduce hash size to 32003Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@8430 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31tlmgr.pl: take --versionNorbert Preining
install-tl: echo version number tlmgrgui: some layout fixes for windows various scrupts: expand $Id$ and $Revision$ git-svn-id: svn://tug.org/texlive/trunk@8429 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31bin/win32 updates from AkiraStaszek Wawrykiewicz
git-svn-id: svn://tug.org/texlive/trunk@8428 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8427 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31autoupdateKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8426 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31autoupdateKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8425 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31stupidly forgot to install basic_engines; hey, no one cares about ↵Karl Berry
tex/mf/mpost, right :)? git-svn-id: svn://tug.org/texlive/trunk@8424 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31added an 'alias' notionManuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@8423 c570f23f-e606-0410-a88d-b1316a301751
2008-05-30epigraph v1.5a 2002/10/22 (dtx v1.5b 2004/04/22) entering tlpkg-ctan-checkManuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@8422 c570f23f-e606-0410-a88d-b1316a301751
2008-05-30docmpf v1.2b 2004/05/14 with new pdf entering tlpkg-ctan-checkManuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@8421 c570f23f-e606-0410-a88d-b1316a301751
2008-05-30cyklop fonts v0.91 (2008/05/25)Manuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@8420 c570f23f-e606-0410-a88d-b1316a301751
2008-05-30urgent corrections to mktex* from AkiraStaszek Wawrykiewicz
git-svn-id: svn://tug.org/texlive/trunk@8419 c570f23f-e606-0410-a88d-b1316a301751
2008-05-30icu patches for sinhala, malayalam merged from xetexJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@8418 c570f23f-e606-0410-a88d-b1316a301751
2008-05-30change to the Build script in r8412 (which allows the Build toVladimir Volovich
work on systems such as Solaris which don't have BSD-compatible "install" program) made ZZIPLIBSRCDIR an absolute directory, so ../$(ZZIPLIBSRCDIR)/zzip/Makefile won't work. the rules for zziplib are broken, in that they assume that the Work directory is a sub-directory of the source directory, and use specific relative paths, and/or they don't work for absolute directories. now, removing changing ../$(ZZIPLIBSRCDIR)/ to $(ZZIPLIBSRCDIR)/ will rely on $(ZZIPLIBSRCDIR) being an absolute directory. so if someone manually calls configure (rather than via the Build script) he needs to run it with absolute path, e.g. even `pwd`/../configure rather than ../configure git-svn-id: svn://tug.org/texlive/trunk@8417 c570f23f-e606-0410-a88d-b1316a301751
2008-05-30strtod is more portable than strtofJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@8416 c570f23f-e606-0410-a88d-b1316a301751
2008-05-30synctex update from JLJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@8415 c570f23f-e606-0410-a88d-b1316a301751
2008-05-30regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8414 c570f23f-e606-0410-a88d-b1316a301751
2008-05-30autoupdateKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8413 c570f23f-e606-0410-a88d-b1316a301751
2008-05-30call configure with absolute path, to avoid build problemsVladimir Volovich
on systems which lask the "BSD-compatible install" (e.g. Solaris), because texk/Makefile.in and texk/web2c/Makefile.in are currently broken in this case - see http://tug.org/pipermail/tex-live/2008-May/015857.html git-svn-id: svn://tug.org/texlive/trunk@8412 c570f23f-e606-0410-a88d-b1316a301751
2008-05-30many updates in polish docsStaszek Wawrykiewicz
git-svn-id: svn://tug.org/texlive/trunk@8411 c570f23f-e606-0410-a88d-b1316a301751
2008-05-29(TEXMFCNF): remove /.$TETEXDIRKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8410 c570f23f-e606-0410-a88d-b1316a301751
2008-05-29remove texmf.in, just use slave copy of texmf.cnf; consequently simplify ↵Karl Berry
paths.h generation git-svn-id: svn://tug.org/texlive/trunk@8409 c570f23f-e606-0410-a88d-b1316a301751
2008-05-29increase hash size to 75000+, about our current texmf-dist/ls-R sizeKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8408 c570f23f-e606-0410-a88d-b1316a301751
2008-05-29one more synctex portability patch -- strtof() is C99Jonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@8407 c570f23f-e606-0410-a88d-b1316a301751
2008-05-29synctex portability patchesJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@8406 c570f23f-e606-0410-a88d-b1316a301751
2008-05-29merged \XeTeXtracingfonts update from xetex svnJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@8405 c570f23f-e606-0410-a88d-b1316a301751
2008-05-29save the current maximum revision of the repo in 00texlive.config atNorbert Preining
tlpdb generation time git-svn-id: svn://tug.org/texlive/trunk@8404 c570f23f-e606-0410-a88d-b1316a301751
2008-05-29texconf: fix missing mkdirNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8403 c570f23f-e606-0410-a88d-b1316a301751
2008-05-29regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8402 c570f23f-e606-0410-a88d-b1316a301751
2008-05-29autoupdateKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8401 c570f23f-e606-0410-a88d-b1316a301751
2008-05-29autoupdateKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8400 c570f23f-e606-0410-a88d-b1316a301751
2008-05-28run texlinks after all else is installedKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8399 c570f23f-e606-0410-a88d-b1316a301751
2008-05-28avoid running fmtutil/updmap/etc., and avoid making dumpsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8396 c570f23f-e606-0410-a88d-b1316a301751
2008-05-28jmn fonts correctedStaszek Wawrykiewicz
git-svn-id: svn://tug.org/texlive/trunk@8395 c570f23f-e606-0410-a88d-b1316a301751
2008-05-28(default all): always make all, not $@, since automake does not generate a ↵Karl Berry
default target git-svn-id: svn://tug.org/texlive/trunk@8394 c570f23f-e606-0410-a88d-b1316a301751
2008-05-28updateKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8392 c570f23f-e606-0410-a88d-b1316a301751
2008-05-28TLPostActions.pm: run fc-cache on win32 in addition with -r (Staszek email)Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8391 c570f23f-e606-0410-a88d-b1316a301751
2008-05-28tlmgrgui: do_listframe.pl: change wording of warning according to StaszekNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8390 c570f23f-e606-0410-a88d-b1316a301751
2008-05-28texconf.tlu: hopefully fix the move of dvipdmfx.cfg to a different dirNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8389 c570f23f-e606-0410-a88d-b1316a301751