summaryrefslogtreecommitdiff
path: root/Build
AgeCommit message (Collapse)Author
2008-03-28autoreconfVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7204 c570f23f-e606-0410-a88d-b1316a301751
2008-03-28delete the rest of the zombie (test leftover) *.xdy files:Vladimir Volovich
https://sourceforge.net/mailarchive/message.php?msg_name=47ED24A4.2000506%40users.sourceforge.net git-svn-id: svn://tug.org/texlive/trunk@7203 c570f23f-e606-0410-a88d-b1316a301751
2008-03-28autoreconfVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7202 c570f23f-e606-0410-a88d-b1316a301751
2008-03-28removed danish/latin1.xdy, icelandic/latin1.xd, swedish/latin1.xdy, ↵Vladimir Volovich
general/latin1.xdy https://sourceforge.net/mailarchive/message.php?msg_name=47ED24A4.2000506%40users.sourceforge.net added a patch from Thomas Henlich to fix their automatic generation https://sourceforge.net/mailarchive/message.php?msg_name=47ED3371.9080102%40users.sourceforge.net adapted Makefiles accordingly git-svn-id: svn://tug.org/texlive/trunk@7201 c570f23f-e606-0410-a88d-b1316a301751
2008-03-28.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@7200 c570f23f-e606-0410-a88d-b1316a301751
2008-03-28rte/Makefile.am: cleanup (and improve behaviour for subsequent builds if ↵Vladimir Volovich
building ordrules failed) git-svn-id: svn://tug.org/texlive/trunk@7199 c570f23f-e606-0410-a88d-b1316a301751
2008-03-28autoreconfVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7198 c570f23f-e606-0410-a88d-b1316a301751
2008-03-28rte/Makefile.am, configure.ac: removed support for building clispVladimir Volovich
from source integrated into xindy distribution. the --with-clisp option provides a more powerful way of using any clisp, either an OS-supplied, or built from source with any desired configuration (e.g. with statically linked libsigsegv and libffcall, without readline and/or ncurses, etc; this was not possible with integrated clisp build) also made some wording improvements in configure.ac git-svn-id: svn://tug.org/texlive/trunk@7197 c570f23f-e606-0410-a88d-b1316a301751
2008-03-28regenerated by /home/texlive/karl/Build/tools/svnchangelogKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@7196 c570f23f-e606-0410-a88d-b1316a301751
2008-03-28tex2xindy/Makefile.am: put a commented-out lineVladimir Volovich
#tex2xindy_LDADD = @LEXLIB@ in case we'll need to use LEXLIB git-svn-id: svn://tug.org/texlive/trunk@7193 c570f23f-e606-0410-a88d-b1316a301751
2008-03-28tex2xindy/Makefile.am: removed tex2xindy_LDADD = @LEXLIB@Vladimir Volovich
because tex2xindy.c has its own yywrap() and is not dependent on libl.a anymore git-svn-id: svn://tug.org/texlive/trunk@7192 c570f23f-e606-0410-a88d-b1316a301751
2008-03-28tex2xindy/tex2xindy.l: added theVladimir Volovich
int yywrap (void) {return 1;} to avoid dependency on libl.a (-ll) tex2xindy/tex2xindy.c: regenerated git-svn-id: svn://tug.org/texlive/trunk@7191 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27rte/Makefile.am: fix the clean-local target to not fail for in-tree buildVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7190 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27tex2xindy/Makefile.am: removed special treatment of tex2xindy.c, as it is ↵Vladimir Volovich
done by automake git-svn-id: svn://tug.org/texlive/trunk@7189 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27configure.ac: changed AC_PROG_LEX to AM_PROG_LEX, as recommended by the ↵Vladimir Volovich
automake manual (section 8.8, Yacc and Lex support) this uses the "missing" script if lex is not found. added the pre-generated tex2xindy.c to the distribution. git-svn-id: svn://tug.org/texlive/trunk@7188 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27changed svn:executable propertyVladimir Volovich
git-svn-id: svn://tug.org/texlive/trunk@7187 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27xdvipdfmx update from xetex svn r.633Jonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7186 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27merge xetex updates (r.632) - embolden, OT math fontdimensJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7185 c570f23f-e606-0410-a88d-b1316a301751
2008-03-27clean up some const-string warningsJonathan Kew
git-svn-id: svn://tug.org/texlive/trunk@7184 c570f23f-e606-0410-a88d-b1316a301751
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