Skip to content

Commit

Permalink
updated batch script
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Feb 13, 2011
1 parent 9c01a47 commit c52950b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script/update.sh
Expand Up @@ -13,3 +13,6 @@ perl -Ilib -e 'use PJP::M::Index::Module; use PJP; my $c = PJP->bootstrap; PJP::
# 組み込み関数
perl -Ilib -e 'use PJP; use PJP::M::BuiltinFunction; my $c = PJP->bootstrap; PJP::M::BuiltinFunction->generate($c)'

# pod
time perl -Ilib -e 'use PJP; use PJP::M::PodFile; my $c = PJP->bootstrap; PJP::M::PodFile->generate($c)'

0 comments on commit c52950b

Please sign in to comment.