From fca907b74a1b4bba0630f1f91bf1cda6f9c1aa83 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 9 Apr 2008 18:49:49 +0000 Subject: mkjobtexmf 0.6 (7apr08) git-svn-id: svn://tug.org/texlive/trunk@7367 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/scripts/mkjobtexmf/mkjobtexmf.pl') 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 -- cgit v1.2.3