Ignore:
Timestamp:
05/21/12 19:37:05 (12 years ago)
Author:
nanardon
Message:
  • move/rename pod files to improve readability
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/Makefile.PL

    r1009 r1013  
    7373            map { 
    7474                my $targ = $_; 
    75                 $targ =~ s{^man/}{}; 
     75                $targ =~ s{^man/man(\d)}{}; 
     76                my $section = $1 || 1; 
    7677                $targ =~ s{^bin/}{}; 
    77                 $targ =~ s/\.(\d)\.pod$//; 
    78                 my $section = $1 || 1; 
     78                $targ =~ s/.pod$//; 
    7979                ( $_ => 
    8080                    "\$(INST_MAN${section}DIR)/$targ.$section" ); 
    81             } <man/*.pod>, (grep { ! /~$/ } <bin/*>) 
     81            } <man/man?/*.pod>, (grep { ! /~$/ } <bin/*>) 
    8282        }, 
    8383 
Note: See TracChangeset for help on using the changeset viewer.