Show
Ignore:
Timestamp:
01/20/07 01:14:52 (2 years ago)
Author:
ingy
Message:
 r83@erxz:  ingy | 2007-01-20 01:14:36 -0800
 Separate nodes with '-' instead.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bin/make-make.pl

    r71 r73  
    9696\$(${TYPE}_LEVEL_$level): 
    9797        lib=../../src/$type/$stars/$pathlet/\$\@; \\ 
    98         link=`perl -e '\$\$_=shift;s!/!!g;s!\\.pod\$\$!!;print' \$\@`; \\ 
     98        link=`perl -e '\$\$_=shift;s!/!-!g;s!\\.pod\$\$!!;print' \$\@`; \\ 
    9999        ln -fs \$\$lib \$\$link; 
    100100...