summaryrefslogtreecommitdiff
path: root/Build
AgeCommit message (Collapse)Author
2008-03-27regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7183 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27add README.distrib-source and README.distrib-binary to EXTRA_DIST,Vladimir Volovich
for "make distcheck" to work git-svn-id: svn://tug.org/texlive/trunk@7180 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27rename README to README.distrib-sourceVladimir Volovich
add README.distrib-binary from xindy's sourceforge CVS tree install NEWS and README.distrib-source in the docdir git-svn-id: svn://tug.org/texlive/trunk@7179 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27TETEX_BUILD: override mandir to $prefix/texmf/doc/manVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7177 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27show an error message if an old calling convention is detected,Vladimir Volovich
i.e. if there are command-line 2 arguments and the 1st one is a *.xdy file. in this case older version of xindy script was calling xindy.v2, which has been deprecated and not installed anymore. therefore, we cannot call xindy.v2, but should show an error message, otherwise this may confuse users who were relying on this behavior of silent call to xindy.v2 from xindy git-svn-id: svn://tug.org/texlive/trunk@7176 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27autoreconfVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7175 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27make "make dist" and "make distcheck" work:Vladimir Volovich
configure.ac: removed no-dist option from AM_INIT_AUTOMAKE src/Makefile.am: new file rte/ordrules/Makefile.am: new file, based on old Makefile.in (rte/ordrules directory previously did not use automake) other Makefile.am files - various cleanups to make "make distcheck" work git-svn-id: svn://tug.org/texlive/trunk@7174 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27rte/ordrules/link.sh: use ${MAKE-make} instead of make, in case user's make ↵Vladimir Volovich
program is not called "make" git-svn-id: svn://tug.org/texlive/trunk@7173 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27start "running" on a new line, tweak other msgs.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@7172 c570f23f-e606-0410-a88d-b1316a301751
2008-03-26make-rules/inputenc/Makefile.am:Vladimir Volovich
when generating latin.xdy: * show full list of source files, rather than latin?.xdy * do not show timestamp when the file was generated, as it is useless here * clear environment when calling sort, to make the generated latin.xdy locale-indepemdent git-svn-id: svn://tug.org/texlive/trunk@7170 c570f23f-e606-0410-a88d-b1316a301751
2008-03-26make-rules/inputenc/Makefile.am:Vladimir Volovich
change "sort -u latin?.xdy" to "env - sort -u latin?.xdy" to avoid dependency on locale in the generated file. git-svn-id: svn://tug.org/texlive/trunk@7169 c570f23f-e606-0410-a88d-b1316a301751
2008-03-26configure.ac:Vladimir Volovich
removed AC_CHECK_LIB([fl], [main]) because a check for flex library is already performed by AC_PROG_LEX git-svn-id: svn://tug.org/texlive/trunk@7168 c570f23f-e606-0410-a88d-b1316a301751
2008-03-26move the test for "LEX is not found" right after AC_PROG_LEXVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7167 c570f23f-e606-0410-a88d-b1316a301751
2008-03-26stop if LEX (flex or lex) is not found during configureVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7166 c570f23f-e606-0410-a88d-b1316a301751
2008-03-26additional #include path neededJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7165 c570f23f-e606-0410-a88d-b1316a301751
2008-03-26renamed xindy.v2.in to xindy.v2, and change #!/usr/bin/perl to ↵Vladimir Volovich
#!/usr/bin/env perl (the only change which was being made to xindy.v2.in to get xindy.v2 was perl path) changed user-commands/Makefile.am to not install xindy.v2 (from Joachim) removed kludge from xindy to call xindy.v2 if an old calling convention is used git-svn-id: svn://tug.org/texlive/trunk@7164 c570f23f-e606-0410-a88d-b1316a301751
2008-03-26configure.ac: rearranged code to allow TETEX_BUILD override the defaults for ↵Vladimir Volovich
enable_make_rules and enable_docs git-svn-id: svn://tug.org/texlive/trunk@7163 c570f23f-e606-0410-a88d-b1316a301751
2008-03-26TETEX_BUILD: "rm -f" the symlinks in $bindir before installing them,Vladimir Volovich
to prevent an error if "make install" is called twice git-svn-id: svn://tug.org/texlive/trunk@7162 c570f23f-e606-0410-a88d-b1316a301751
2008-03-26TETEX_BUILD:Vladimir Volovich
disable docs and make-rules by default, unless explicitly enabled via --enable-docs and --enable-make-rules configure options. This is to not require a working latex (and pdflatex) when building TeX Live. git-svn-id: svn://tug.org/texlive/trunk@7161 c570f23f-e606-0410-a88d-b1316a301751
2008-03-26regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7160 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25simplified the way make-rules.pl finds out where to search for test.xdyVladimir Volovich
(do not require 3rd @ARGV parameter, but look in @INC, as we pass the $srcdir there) git-svn-id: svn://tug.org/texlive/trunk@7157 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25removed perl scripts which are generated during make-rules build.Vladimir Volovich
verified that these removed files are exactly the same as the ones which are generated. git-svn-id: svn://tug.org/texlive/trunk@7156 c570f23f-e606-0410-a88d-b1316a301751
2008-03-25integrate pool into tex/mf/etex binaries; from akiraKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7153 c570f23f-e606-0410-a88d-b1316a301751
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-25regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7142 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-24regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7116 c570f23f-e606-0410-a88d-b1316a301751