* Revision update for 2.1.0beta2.
[BackupPC.git] / makeDist
index 2ed1a08..186cff5 100755 (executable)
--- a/makeDist
+++ b/makeDist
@@ -43,7 +43,7 @@ use Getopt::Std;
 umask(0022);
 
 my $Version     = "2.1.0beta2";
-my $ReleaseDate = "20 May 2004";
+my $ReleaseDate = "23 May 2004";
 my $DistDir     = "dist/BackupPC-$Version";
 
 my @PerlSrc = qw(
@@ -210,6 +210,8 @@ system("cd dist ; tar zcf BackupPC-$Version.tar.gz BackupPC-$Version");
 print("Distribution written to dist/BackupPC-$Version.tar.gz\n");
 unlink("pod2htmd.x~~");
 unlink("pod2htmi.x~~");
+unlink("pod2htmd.tmp");
+unlink("pod2htmi.tmp");
 
 ###########################################################################
 # Subroutines