Add pointers to the git repos
[exim-website.git] / script / gen.pl
index 336f6e1641b73aa1b7314c4280b2ae765efa0a60..882e385b4f4d1f89b5561db089423dfb9de2b751 100755 (executable)
@@ -36,7 +36,7 @@ do_static() if ( $opt{web} or !$opt{localstatic} );    # need this for all other
 print "Symlinking exim-html-current to exim-html-$opt{latest}\n" if ( $opt{verbose} );
 unlink("$opt{docroot}/exim-html-current") if ( -l "$opt{docroot}/exim-html-current" );
 symlink( "exim-html-$opt{latest}", "$opt{docroot}/exim-html-current" )
-    || die "symlink to $opt{docroot}/exim-html-current failed";
+    || warn "symlink to $opt{docroot}/exim-html-current failed";
 
 # ------------------------------------------------------------------
 ## Generate the website files
@@ -475,7 +475,7 @@ sub parse_arguments {
     ## --spec and --filter lists
     foreach my $set (qw[spec filter]) {
         $opt{$set} =
-            [ map { my $f = File::Spec->rel2abs($_); error_help( 1, 'No such file: ' . $_ ) unless -f $f; $f }
+            [ map { my $f = File::Spec->rel2abs($_); error_help( 'No such file: ' . $_ ) unless -f $f; $f }
                 @{ $opt{$set} } ];
     }
     ## --latest