summaryrefslogtreecommitdiff
path: root/Build/source
AgeCommit message (Collapse)Author
2008-03-25typo fixVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7152 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25changed ISO8859-1 to ISO-8859-1 etc in a few places which call iconv,Vladimir Volovich
for consistency with other places. git-svn-id: svn://tug.org/texlive/trunk@7151 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25bugfix in make-rules:Vladimir Volovich
%latin5.pl : %utf8.pl.in sed -e 's/@u{\([^}]*\)}//g;' <$< | \ - iconv -f UTF-8 -t ISO8859-5 >$@ + iconv -f UTF-8 -t ISO-8859-9 >$@ latin5 is not ISO-8859-5 (which is a cyrillic encoding) but ISO-8859-9, so this make rule was failing with invalid characters. it was noticed after a change from "/usr/bin/perl" to "/usr/bin/env perl" which touched the timestamps so the script got regenerated. git-svn-id: svn://tug.org/texlive/trunk@7150 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25from Karl: globally changeVladimir Volovich
#!/usr/bin/perl to #!/usr/bin/env perl which is more portable git-svn-id: svn://tug.org/texlive/trunk@7149 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25mention ffcall source in clisp-2.43 tarball, which is apparently more recent ↵Vladimir Volovich
than ffcall-1.10 git-svn-id: svn://tug.org/texlive/trunk@7148 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25naming change in etex.ch for consistency with updated tex.webJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7147 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25TETEX_BUILD: added a missing $(MKDIR_P) "$(prefix)/texmf/scripts/xindy"Vladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7146 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25autoreconfVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7145 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25for TETEX_BUILD:Vladimir Volovich
from Karl: instead of putting wrapper scripts (xindy and texindy) and *.xdy modules under texmf/scripts/xindy, adjust things so that the actual scripts (xindy and texindy) are in texmf/scripts/xindy, but everything else (*.xdy modules) is just in texmf/xindy. git-svn-id: svn://tug.org/texlive/trunk@7144 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25tex2xindy/Makefile.am, doc/Makefile.am, user-commands/Makefile.am:Vladimir Volovich
since we've put rules for manpage and PDF docs regeneration inside MAINTAINER_MODE, do not ignore make errors if pod2man or groff is not available (reverting previous change which was ignoring errors) user-commands/Makefile.am: if TETEX_BUILD, install perl wrapper scripts (xindy xindy.v2 texindy) under $(prefix)/texmf/scripts/xindy/ using the .pl suffix (added the suffix). git-svn-id: svn://tug.org/texlive/trunk@7143 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25autoreconfVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7139 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25added the AM_MAINTAINER_MODE to configure.ac and put the rules for manpages ↵Vladimir Volovich
and PDF docs regeneration under "if MAINTAINER_MODE" conditional, to avoid rebuilding them in normal builds git-svn-id: svn://tug.org/texlive/trunk@7138 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25enable xindy, document prereqsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7137 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25another attempt at exiting with appropriate status.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@7136 c570f23f-e606-0410-a88d-b1316a301751
2008-03-24revised (doc only) tftopl 3.2 from knuthKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7134 c570f23f-e606-0410-a88d-b1316a301751
2008-03-24remove bzip (was windows only), we have lzmaKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7127 c570f23f-e606-0410-a88d-b1316a301751
2008-03-24exit with appropriate statusKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7125 c570f23f-e606-0410-a88d-b1316a301751
2008-03-24First step of importing luatex (up to r1121)Martin Schröder
git-svn-id: svn://tug.org/texlive/trunk@7124 c570f23f-e606-0410-a88d-b1316a301751
2008-03-24oops, missed an occurrence of the TeX version numberJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7123 c570f23f-e606-0410-a88d-b1316a301751
2008-03-24Fix bugletMartin Schröder
git-svn-id: svn://tug.org/texlive/trunk@7122 c570f23f-e606-0410-a88d-b1316a301751
2008-03-24fix typo and slightly reformatVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7121 c570f23f-e606-0410-a88d-b1316a301751
2008-03-24add a README-clisp file with some instructions on how to build clisp for xindyVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7120 c570f23f-e606-0410-a88d-b1316a301751
2008-03-24update xetex to build with 3.1415926Jonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7119 c570f23f-e606-0410-a88d-b1316a301751
2008-03-24renamed the --with-external-clisp[=PATH] configure option to --with-clisp[=PATH]Vladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7118 c570f23f-e606-0410-a88d-b1316a301751
2008-03-24revert the fix-clisp-problems.dpatch from Debian, as it contains a workaroundVladimir Volovich
for the broken clisp-2.44 debian package, and is not portable to other platforms. git-svn-id: svn://tug.org/texlive/trunk@7117 c570f23f-e606-0410-a88d-b1316a301751
2008-03-23t1utils locationKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7112 c570f23f-e606-0410-a88d-b1316a301751
2008-03-23use new routine printcstring rather than fputs, so the new help message ends ↵Karl Berry
up in the log git-svn-id: svn://tug.org/texlive/trunk@7111 c570f23f-e606-0410-a88d-b1316a301751
2008-03-232008Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@7110 c570f23f-e606-0410-a88d-b1316a301751
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-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-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-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