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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
|
2009-12-14 Karl Berry <karl@tug.org>
* *.bat, old format scripts: remove, obsolete.
* Makefile.am: don't distribute them.
2009-09-22 Peter Breitenlohner <peb@mppmu.mpg.de>
* tl-w32-starter.bat (removed): Replaced ...
* tl-w32-wrapper.cmd (new): ... by this.
* Makefile.am (EXTRA_DIST): Adapted.
2009-11-25 Karl Berry <karl@tug.org>
* Makefile.am (dist_man1_MANS): remove this, as getnonfreefonts
will now be separate from TeX Live.
2009-09-22 Peter Breitenlohner <peb@mppmu.mpg.de>
* runscript*, Makefile.am: New version of Win32 wrapper.
2009-09-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* runscript.{c,exe} (new): Win32 wrapper.
* Makefile.am: Add the new files.
2009-07-25 Karl Berry <karl@tug.org>
* tl-w32-starter.bat: fix inconsistent "copyright" and "public domain".
2009-05-07 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt to TL2009 build system.
2009-04-03 Karl Berry <karl@tug.org>
* Makefile.am (EXTRA_DIST): remove texdoc.man from list.
* texdoc.man: remove file; maintained separately now
(http://tug.org/texdoc)
2009-03-29 Karl Berry <karl@tug.org>
* Makefile.in (LINKED_SCRIPTS): perltex name.
2009-03-28 Karl Berry <karl@tug.org>
* Makefile.in (LINKED_SCRIPTS): add splitindex.pl.
2009-03-24 Karl Berry <karl@tug.org>
* Makefile.in (LINKED_SCRIPTS): add svn-multi.pl.
2009-03-23 Karl Berry <karl@tug.org>
* Makefile.in (LINKED_SCRIPTS): add purifyeps, pkfix-helper,
fragmaster.pl.
2009-03-10 Karl Berry <karl@tug.org>
* Makefile.in (install-exec): also make a link to our man
directory, ../../texmf/doc/man, for the sake of those man programs
which can use it. Suggested by Dick Koch.
2009-02-26 Karl Berry <karl@tug.org>
* Makefile.in (LINKED_SCRIPTS): add texloganalyser.
2008-11-13 Karl Berry <karl@tug.org>
* Makefile.in (LINKED_SCRIPTS): add latex2man.
2008-10-12 Karl Berry <karl@tug.org>
* Makefile.in (LINKED_SCRIPTS): add latexmk.pl.
2008-10-06 Karl Berry <karl@tug.org>
* Makefile.in (LINKED_SCRIPTS): pdfannotextractor now has a .pl
wrapper from Heiko.
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).
|