summaryrefslogtreecommitdiff
path: root/Build/source/utils
AgeCommit message (Collapse)Author
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-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-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-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-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-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-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-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-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-11texcount update, plus doc, plus symlink to scripts instead of buildingKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@6936 c570f23f-e606-0410-a88d-b1316a301751
2008-03-10remove texi2html, it does not find its files within TL and is readily ↵Karl Berry
installable itself git-svn-id: svn://tug.org/texlive/trunk@6926 c570f23f-e606-0410-a88d-b1316a301751
2008-03-04remove svn:executable prop from gig imagesPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@6839 c570f23f-e606-0410-a88d-b1316a301751
2008-03-011.34 from http://www.lcdf.org/~eddietwo/type/Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@6794 c570f23f-e606-0410-a88d-b1316a301751
2008-03-011.34 from http://www.lcdf.org/~eddietwo/type/Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@6793 c570f23f-e606-0410-a88d-b1316a301751
2008-02-29next step in autotools updatePeter Breitenlohner
add autoheader in reautoconf script and maintainer rules (maintainer mode still has some problems) remove need for acconfig.h (templates via AC_DEFINE) svn:ignore atom4te.cache directories reautoconf of the whole tree git-svn-id: svn://tug.org/texlive/trunk@6773 c570f23f-e606-0410-a88d-b1316a301751
2008-02-22t1utils 1.33Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@6736 c570f23f-e606-0410-a88d-b1316a301751
2008-02-21autoconf changes:Peter Breitenlohner
* with --enable-multiplatform modifies libdir (in addition to bindir) * define lists of optional packages (in texk/PKG/, utils/PKG/) and use them (1) to generate --without-PKG options, and (2) to select subdirs git-svn-id: svn://tug.org/texlive/trunk@6698 c570f23f-e606-0410-a88d-b1316a301751
2008-02-19ps2eps 1.64Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@6681 c570f23f-e606-0410-a88d-b1316a301751
2008-02-18update to newer version 1.64 from http://www.ipv6.tm.uka.de/~bless/ps2epsVladimir Volovich
minor changes to Makefile.in (which is our own, not from upstream) git-svn-id: svn://tug.org/texlive/trunk@6665 c570f23f-e606-0410-a88d-b1316a301751
2008-02-17move lcdf-typetools to texk and update to 2.66Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@6662 c570f23f-e606-0410-a88d-b1316a301751
2008-02-16added svn:executable property, otherwise "make install" failsVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@6649 c570f23f-e606-0410-a88d-b1316a301751
2008-02-16added the svn:executable property to prevent a build error:Vladimir Volovich
making install in utils/mkjobtexmf gmake[1]: Entering directory `/opt/home/vvv/src/texlive/source/Work/utils/mkjobtexmf' ../../../utils/mkjobtexmf/install-sh -c -d /opt/home/vvv/src/texlive/source/inst/bin/sparc-sun-solaris2.8 /opt/home/vvv/src/texlive/source/inst/man/man1 /opt/csw/bin/bash: ../../../utils/mkjobtexmf/install-sh: Permission denied gmake[1]: *** [install] Error 126 git-svn-id: svn://tug.org/texlive/trunk@6648 c570f23f-e606-0410-a88d-b1316a301751
2008-02-02more autoconf updatesPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@6490 c570f23f-e606-0410-a88d-b1316a301751
2008-02-02more autoconf updatesPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@6488 c570f23f-e606-0410-a88d-b1316a301751
2008-02-01autoconf updatesPeter Breitenlohner
git-svn-id: svn://tug.org/texlive/trunk@6476 c570f23f-e606-0410-a88d-b1316a301751
2008-01-30remove windows sources no longer used, per akiraKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@6454 c570f23f-e606-0410-a88d-b1316a301751
2008-01-26TLUtils: `type ... | $lzmadec ' changed into `$lzmadec < ...'Siep Kroonenberg
otherwise cd install on w2k failed. lzmadec: stdin/stdout patch applied to included source. Windows binary generated from included patched source. git-svn-id: svn://tug.org/texlive/trunk@6424 c570f23f-e606-0410-a88d-b1316a301751
2008-01-13add texcount to build processNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@6220 c570f23f-e606-0410-a88d-b1316a301751
2008-01-06add new lzma-utils 4.32.4Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@6053 c570f23f-e606-0410-a88d-b1316a301751
2008-01-06remove old lzma-utilsNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@6052 c570f23f-e606-0410-a88d-b1316a301751
2008-01-01Patch to prevent lf/crlf conversion. According to Lasse Collin, thisSiep Kroonenberg
patch has also been applied in their repository. git-svn-id: svn://tug.org/texlive/trunk@6020 c570f23f-e606-0410-a88d-b1316a301751
2007-12-29Build/source/utils/tpic2pdftex: Fix make all/make installMartin Schröder
git-svn-id: svn://tug.org/texlive/trunk@5991 c570f23f-e606-0410-a88d-b1316a301751
2007-12-29add automagic to tpic2pdftex ... it is now build/installedNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@5987 c570f23f-e606-0410-a88d-b1316a301751
2007-12-28fix lzma build breakageNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@5968 c570f23f-e606-0410-a88d-b1316a301751
2007-12-26remove rc files that did not come with the original distributions, since ↵Karl Berry
Akira does not use them git-svn-id: svn://tug.org/texlive/trunk@5922 c570f23f-e606-0410-a88d-b1316a301751
2007-11-17fix typo in dialog.man (tcdialog.1)Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@5479 c570f23f-e606-0410-a88d-b1316a301751