summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/mkjobtexmf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-09 18:49:49 +0000
committerKarl Berry <karl@freefriends.org>2008-04-09 18:49:49 +0000
commitfca907b74a1b4bba0630f1f91bf1cda6f9c1aa83 (patch)
tree72a91f4cf1dde50c6a4ecd521782c90859b50a40 /Master/texmf-dist/scripts/mkjobtexmf
parent271876384ae94c62b4c0c80d258beaf00555ef19 (diff)
mkjobtexmf 0.6 (7apr08)
git-svn-id: svn://tug.org/texlive/trunk@7367 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/mkjobtexmf')
-rw-r--r--Master/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl11
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl b/Master/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
index 27f94a5a375..cfbd60e4625 100644
--- a/Master/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
+++ b/Master/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl
@@ -10,10 +10,10 @@ use strict;
$^W=1;
my $prj = 'mkjobtexmf';
-my $version = '0.5';
-my $date = '2007/09/06';
+my $version = '0.6';
+my $date = '2008/04/05';
my $author = 'Heiko Oberdiek';
-my $copyright = "Copyright 2007 $author";
+my $copyright = "Copyright 2007, 2008 $author";
my $cmd_tex = 'pdflatex';
my $cmd_kpsewhich = 'kpsewhich';
@@ -794,6 +794,11 @@ modify it under the same terms as Perl itself
(Thanks to Norbert Preining for writing a first version of
the configure stuff.)
+=item 2008/04/05 v0.6
+
+* Tiny fix in target `uninstall' in file `Makefile.in'.
+ (Thanks to Karl Berry)
+
=back
=cut