Changeset 1013


Ignore:
Timestamp:
05/21/12 19:37:05 (12 years ago)
Author:
nanardon
Message:
  • move/rename pod files to improve readability
Location:
trunk/LATMOS-Accounts
Files:
2 added
2 edited
6 moved

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/MANIFEST

    r1011 r1013  
    104104lib/LATMOS/Accounts/Utils.pm 
    105105lib/LATMOS/Accounts.pm 
    106 man/la-allowed-values.ini.5.pod 
    107 man/la-sync-list.ini.5.pod 
    108 man/la-sync-manager.ini.5.pod 
    109 man/latmos-accounts.ini.5.pod 
    110 man/latmos-accounts.8.pod 
    111 man/latmos-accounts-faq.8.pod 
     106man/man5/la-allowed-values.ini.pod 
     107man/man5/la-sync-list.ini.pod 
     108man/man5/la-sync-manager.ini.pod 
     109man/man5/latmos-accounts.ini.pod 
     110man/man8/latmos-accounts-faq.pod 
     111man/man8/latmos-accounts.pod 
    112112patchset/no_useless_load.patch 
    113113sample/allowed_values.ini 
  • 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.