Changeset 5630


Ignore:
Timestamp:
06/26/09 18:46:03 (3 years ago)
Author:
ryan52
Message:

explain that it will create the output directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Locale-Msgfmt/lib/Locale/Msgfmt.pm

    r5629 r5630  
    116116    msgfmt({in => "po/", fuzzy => 1}); 
    117117    # compile all the .po files in the po directory, and write the .mo 
    118     # files to the output directory 
     118    # files to the output directory, creating the output directory if 
     119    # it doesn't already exist 
    119120    msgfmt({in => "po/", out => "output/"}); 
    120121    # compile all the .po files in the po directory, and write the .mo 
Note: See TracChangeset for help on using the changeset viewer.