blob: ea571ebf26d19000babc29c3200fe407de52f333 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
2008-09-28 Karl Berry <karl@tug.org>
* Makefile.in (LINKED_SCRIPTS): mtxrun and luatools now link to
the .lua files instead of stubs. tldev mail from mojca,
25 Sep 2008 11:38:14.
2008-07-11 Karl Berry <karl@tug.org>
* Makefile.in (LINKED_SCRIPTS): mistyped epsf for eps.
2008-07-04 Karl Berry <karl@tug.org>
* Makefile.in (LINKED_SCRIPTS): add pst2pdf.pl.
2008-06-03 Karl Berry <karl@tug.org>
* Makefile.in (install-linked-scripts): call tr with '[A-Z]' '[a-z]'
instead of just A-Z. Perhaps it will be more portable.
2008-06-01 Karl Berry <karl@tug.org>
* Makefile.in (LINKED_SCRIPTS): add rungs.tlu.
2008-05-25 Karl Berry <karl@tug.org>
* Makefile.in (LINKED_SCRIPTS): add dviasm.py
2008-05-20 Karl Berry <karl@tug.org>
* wordcount.sh: remove, since we have texcount (TeXcount.pl)
and the license of wordcount.sh is problematic.
* Makefile.in (LIVESCRIPTS): remove wordcount.sh
2008-05-19 Karl Berry <karl@tug.org>
* Makefile.in (LIVESCRIPTS): remove pdfthumb, we want the one in
LINKED_SCRIPTS. Ditto getnonfreefonts.
* vpe,
* texdoc: remove, the masters are in texmf/scripts now.
* pdfthumb: remove, we use the lua wrapper now.
2008-05-18 Karl Berry <karl@tug.org>
* Makefile.in (install-linked-scripts): change from Peter M to
support non-multiplatform builds.
2008-05-11 Norbert Preining <preining@logic.at>
* Makefile.in: add texdoc.tlu to the LINKED_SCRIPTS, it will
replace texdoc from tetex.
2008-05-06 Karl Berry <karl@tug.org>
* ebong: need #!/usr/bin/env python. From vvv.
2008-03-14 Karl Berry <karl@tug.org>
* ppower4: remove.
* Makefile: don't install it. (Symlink installed in
tetex/Makefile.in instead.)
2008-02-29 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.in: added AC_CONFIG_HEADERS (moved
from ../kpathsea/common.ac to here) and
updated (AC_SET_MAKE -> AC_PROG_MAKE_SET).
2008-01-30 Peter Breitenlohner <peb@mppmu.mpg.de>
Convert from autoconf-2.13 to autoconf-2.59+:
* Makefile.in: Add @configure_input@ line.
* aclocal.m4 (new): Generated (aclocal -I ../m4).
* configure: Regenerated (autoconf).
|