Age | Commit message (Collapse) | Author |
|
git-svn-id: svn://tug.org/texlive/trunk@18198 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@13020 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@7539 c570f23f-e606-0410-a88d-b1316a301751
|
|
sections)
git-svn-id: svn://tug.org/texlive/trunk@7537 c570f23f-e606-0410-a88d-b1316a301751
|
|
CLISP_LIB can potentially end with a backslash (on mingw),
which is treated as a line merging character in Makefile,
so add _AM_SUBST_NOTMAKE(CLISP_LIB) to avoid such situation,
and instead refer to CLISP_LIB as @CLISP_LIB@
configure.ac, rte/Makefile.am, binaries/Makefile.am:
on mingw, lisp.run is called lisp.exe
on mingw, we need to use .exe suffix for the backend
binary (which is called xindy.run on POSIX systems), so to avoid
a clash with the frontend user command "xindy", use the
name "xindy-lisp.exe" on mingw which is a counterpart
of "xindy.run" on POSIX.
binaries/Makefile.am:
renamed XINDY_RUN to RUN_XINDY to not clash with the newly
introduced XINDY_RUN and LISP_RUN variables
added -norc to RUN_XINDY
git-svn-id: svn://tug.org/texlive/trunk@7336 c570f23f-e606-0410-a88d-b1316a301751
|
|
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
|
|
--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
|
|
standard TL build to work
git-svn-id: svn://tug.org/texlive/trunk@7034 c570f23f-e606-0410-a88d-b1316a301751
|
|
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
|
|
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
|