summaryrefslogtreecommitdiff
path: root/Build
AgeCommit message (Collapse)Author
2008-03-233.1415926 banner updates, remove unused omegadir-1.15Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@7109 c570f23f-e606-0410-a88d-b1316a301751
2008-03-23fix buglet introduced in r6936Martin Schröder
git-svn-id: svn://tug.org/texlive/trunk@7108 c570f23f-e606-0410-a88d-b1316a301751
2008-03-23update etex to 3.1415926Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@7107 c570f23f-e606-0410-a88d-b1316a301751
2008-03-23update omega and aleph to 3.1415926, and compile pool files into binaries; ↵Karl Berry
from Akira git-svn-id: svn://tug.org/texlive/trunk@7106 c570f23f-e606-0410-a88d-b1316a301751
2008-03-23configure.ac:Vladimir Volovich
require autoconf 2.60 or above, which support --docdir remove hardwired setting of docdir to $datadir/doc/$PACKAGE_NAME-$PACKAGE_VERSION for non-tetex builds, because configure now supports --docdir (for tetex builds, hardwire $prefix/texmf/doc/$PACKAGE_NAME) remove checks for unused programs (per xindy mailing list discussion): AC_PROG_CXX, AC_PROG_CPP, AC_PROG_YACC, AC_PROG_LN_S, AC_PROG_GCC_TRADITIONAL user-commands/Makefile.am: change $(LN_S) to "ln -s" for installing 3 synlinks in in tetex build. git-svn-id: svn://tug.org/texlive/trunk@7099 c570f23f-e606-0410-a88d-b1316a301751
2008-03-23configure.ac: more portable codeVladimir Volovich
rte/Makefile.am: small cleanup (get rid of RM_R variable, use rm -rf) git-svn-id: svn://tug.org/texlive/trunk@7098 c570f23f-e606-0410-a88d-b1316a301751
2008-03-23- import pdftex 1.40.8-alpha-20080323Martin Schröder
- update xpdf to 3.02pl2 - update libpng to 1.2.25 git-svn-id: svn://tug.org/texlive/trunk@7095 c570f23f-e606-0410-a88d-b1316a301751
2008-03-23regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7094 c570f23f-e606-0410-a88d-b1316a301751
2008-03-23tex.web/ch update for 3.1415926Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@7091 c570f23f-e606-0410-a88d-b1316a301751
2008-03-22conditional prompt_file_name_help_msgKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7090 c570f23f-e606-0410-a88d-b1316a301751
2008-03-22bugfix for pod2man invocation; regenerated xindy.1 and texindy.1 with ↵Vladimir Volovich
correct date header git-svn-id: svn://tug.org/texlive/trunk@7085 c570f23f-e606-0410-a88d-b1316a301751
2008-03-22autoreconfVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7084 c570f23f-e606-0410-a88d-b1316a301751
2008-03-22ignore a make error if pod2man or groff is not available (they're used to ↵Vladimir Volovich
regenerate distributed docs, so useful only for maintainer), and fixed typos in pod2man calls (missing backslash). git-svn-id: svn://tug.org/texlive/trunk@7083 c570f23f-e606-0410-a88d-b1316a301751
2008-03-22do not install the *.pl files used only during build of makerules into the ↵Vladimir Volovich
modules lang directories. git-svn-id: svn://tug.org/texlive/trunk@7082 c570f23f-e606-0410-a88d-b1316a301751
2008-03-22autoreconf -vfiVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7076 c570f23f-e606-0410-a88d-b1316a301751
2008-03-22corrected rules for pod2man manpage regeneration, to use infoVladimir Volovich
from CVS ident lines. removed unused GIFs from the doc directory: next.gif, prev.gif, toc.gif makeindex4.pdf was previously installed but not anymore (although it is kept in the source tarball); added makeindex4 script and manpage from sourceforge CVS repository, but keep them only in the source tarball, and do not install them. keep xindy.v2 script, manpage and PDF only in the source tarball and do not install them. git-svn-id: svn://tug.org/texlive/trunk@7075 c570f23f-e606-0410-a88d-b1316a301751
2008-03-22initial tftopl.web update from knuthKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7074 c570f23f-e606-0410-a88d-b1316a301751
2008-03-22regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7071 c570f23f-e606-0410-a88d-b1316a301751
2008-03-22autoreconfVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7068 c570f23f-e606-0410-a88d-b1316a301751
2008-03-22* instead of 3 configure options: --enable-external-clisp,Vladimir Volovich
--enable-clisp-path, --enable-clisp-dir there is now only one: --with-external-clisp[=PATH] which, when used, asks to use an external clisp, which is searched in $PATH, or it is possible to supply an absolute location if it is not in $PATH. * the former --enable-clisp-dir option is removed; instead, we use a robust way to determine CLISP library directory by calling clisp -q -norc -x '(progn (princ *lib-directory*) (values))' (this is borrowed from the Meta-CVS package, referenced at http://www.niksula.cs.hut.fi/~tsiivola/clisp-ffi-howto.html) * the configure script performs better checking of clisp availability and shows proper errors when needed. * added the --enable-tetex-build option which is used for the texlive builds, and installs the files at the texlive-specific locations. added corresponding support to the user-commands scripts (xindy, xindy.v2, texindy), to allow them locate xindy.{run,mem} and runtime *.xdy modules in the texlive layout. * do not fail if clisp-link shell script exists but is not executable, as it happens in some distributions. instead, call it via "sh". git-svn-id: svn://tug.org/texlive/trunk@7067 c570f23f-e606-0410-a88d-b1316a301751
2008-03-21omit warning about missing texmf.cnf if KPATHSEA_WARNING envvar is set to `0'Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@7063 c570f23f-e606-0410-a88d-b1316a301751
2008-03-21regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7059 c570f23f-e606-0410-a88d-b1316a301751
2008-03-20regenerate configure to eliminate --with-system-icu, which can't workJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7044 c570f23f-e606-0410-a88d-b1316a301751
2008-03-20merged graphite configure/make updatesJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7043 c570f23f-e606-0410-a88d-b1316a301751
2008-03-20merged ICU patches from xetex svn r.624Jonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7042 c570f23f-e606-0410-a88d-b1316a301751
2008-03-20regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7040 c570f23f-e606-0410-a88d-b1316a301751
2008-03-20regenerated aclocal.m4 (no change), configure and Makefile.in files:Vladimir Volovich
aclocal -I m4 autoconf automake git-svn-id: svn://tug.org/texlive/trunk@7035 c570f23f-e606-0410-a88d-b1316a301751
2008-03-20add support for building xindy from outside of the source tree, for the ↵Vladimir Volovich
standard TL build to work git-svn-id: svn://tug.org/texlive/trunk@7034 c570f23f-e606-0410-a88d-b1316a301751
2008-03-20add pod2man rules to regenerate manpages, for convenienceVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7033 c570f23f-e606-0410-a88d-b1316a301751
2008-03-19X is needed.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@7029 c570f23f-e606-0410-a88d-b1316a301751
2008-03-19applied changes from the debian package xindy_2.3-2, except:Vladimir Volovich
* patch to modules/styles/Makefile.in has been already applied * man pages regenerated with proper name, version and page header, i.e. instead of pod2man --verbose tex2xindy/tex2xindy.l tex2xindy/tex2xindy.1 \ user-commands/texindy user-commands/texindy.1 \ user-commands/xindy.in user-commands/xindy.1 which was used in the debian package, we used pod2man --verbose -n TEX2XINDY -r "Version 1.21" -c "xindy" tex2xindy/tex2xindy.l tex2xindy/tex2xindy.1 pod2man --verbose -n TEXINDY -r "Version 1.5" -c "xindy" user-commands/texindy user-commands/texindy.1 pod2man --verbose -n XINDY -r "Version 1.8" -c "xindy" user-commands/xindy.in user-commands/xindy.1 which matches the original package, except for TEX2XINDY (original uses TEX2XINDY.L which seems incorrect, because the man page documents tex2xindy script but not its source file tex2xindy.l) git-svn-id: svn://tug.org/texlive/trunk@7028 c570f23f-e606-0410-a88d-b1316a301751
2008-03-19run autoconf 2.61 in icu-xetexJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7026 c570f23f-e606-0410-a88d-b1316a301751
2008-03-19regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7024 c570f23f-e606-0410-a88d-b1316a301751
2008-03-18more on what to do after buildingKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7012 c570f23f-e606-0410-a88d-b1316a301751
2008-03-18more graphite updatesJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7011 c570f23f-e606-0410-a88d-b1316a301751
2008-03-18regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7010 c570f23f-e606-0410-a88d-b1316a301751
2008-03-18changed modules directory from $(pkglibdir)/modules to $(pkgdatadir) in 2 ↵Vladimir Volovich
places missed by Debian patches. 2 files were installed in the wrong location: $prefix/lib/xindy/modules/styles/basic.xdy $prefix/lib/xindy/modules/styles/makeidx.xdy instead of $prefix/share/styles/ as all other *.xdy modules. git-svn-id: svn://tug.org/texlive/trunk@7008 c570f23f-e606-0410-a88d-b1316a301751
2008-03-18debian patches from xindy_2.3-1 patched Makefile.in files but forgot to ↵Vladimir Volovich
patch the corresponding Makefile.am files git-svn-id: svn://tug.org/texlive/trunk@7007 c570f23f-e606-0410-a88d-b1316a301751
2008-03-18fix a typo in documentation for configure options:Vladimir Volovich
--clisp-path should have been --enable-clisp-path --clisp-dir should have been --enable-clisp-dir perl -p -i -e 's,--clisp-(path|dir),--enable-clisp-$1,' INSTALL configure configure.ac git-svn-id: svn://tug.org/texlive/trunk@7006 c570f23f-e606-0410-a88d-b1316a301751
2008-03-18recursive make instead of repeating rulesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7005 c570f23f-e606-0410-a88d-b1316a301751
2008-03-18applied patched from the debian package xindy_2.3-1:Vladimir Volovich
latex-call.dpatch fix-echo-expansion.dpatch fix-FHS.dpatch help-option.dpatch fix-stdout.dpatch fix-manpages.dpatch git-svn-id: svn://tug.org/texlive/trunk@7004 c570f23f-e606-0410-a88d-b1316a301751
2008-03-18*original* xindy-2.3 sources downloaded fromVladimir Volovich
http://surfnet.dl.sourceforge.net/sourceforge/xindy/xindy-2.3.tar.gz except the directory "rte/clisp-2.43/", which contained original clisp-2.43 sources (nearly 48 MB), is removed. git-svn-id: svn://tug.org/texlive/trunk@7003 c570f23f-e606-0410-a88d-b1316a301751
2008-03-17regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@6980 c570f23f-e606-0410-a88d-b1316a301751
2008-03-16avoid double .fmt with -fmt=foo.fmtKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@6978 c570f23f-e606-0410-a88d-b1316a301751
2008-03-16regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@6976 c570f23f-e606-0410-a88d-b1316a301751
2008-03-15TZZONEINFO patch, from ICU trunk, part of changeset 23479Jonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@6973 c570f23f-e606-0410-a88d-b1316a301751
2008-03-15regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@6972 c570f23f-e606-0410-a88d-b1316a301751
2008-03-14texmf-dist/scripts/ppower4/pdfthumb.texlua: new file.Reinhard Kotucha
git-svn-id: svn://tug.org/texlive/trunk@6971 c570f23f-e606-0410-a88d-b1316a301751
2008-03-14wrapper for thumbpdf.pl, mv ppower4 ppower4.texlua, add support for Reinhard Kotucha
-sys progs in Makefile.in, changed svn properties. git-svn-id: svn://tug.org/texlive/trunk@6969 c570f23f-e606-0410-a88d-b1316a301751
2008-03-14symlink ppower4, merge in bin-ppower4 packageKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@6968 c570f23f-e606-0410-a88d-b1316a301751