Age | Commit message (Collapse) | Author |
|
aclocal -I m4
autoconf
automake
git-svn-id: svn://tug.org/texlive/trunk@7035 c570f23f-e606-0410-a88d-b1316a301751
|
|
standard TL build to work
git-svn-id: svn://tug.org/texlive/trunk@7034 c570f23f-e606-0410-a88d-b1316a301751
|
|
git-svn-id: svn://tug.org/texlive/trunk@7033 c570f23f-e606-0410-a88d-b1316a301751
|
|
* 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
|
|
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
|
|
patch the corresponding Makefile.am files
git-svn-id: svn://tug.org/texlive/trunk@7007 c570f23f-e606-0410-a88d-b1316a301751
|
|
--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
|
|
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
|
|
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
|