Changeset 4526

Show
Ignore:
Timestamp:
05/14/09 22:20:46 (4 years ago)
Author:
jow
Message:

luci-0.8: merge r4521-r4525

Location:
luci/branches/luci-0.8
Files:
1 modified
2 copied

Legend:

Unmodified
Added
Removed
  • luci/branches/luci-0.8/Makefile

    r3941 r4526  
    6868    "build/uvldoc $(realpath host) $(UVL_SCHEMEDIR) uvldocs $(DOCS)" 
    6969 
     70po: host 
     71    for L in $${LANGUAGE:-$$(find i18n/ -path 'i18n/*/luasrc/i18n/*' -name 'default.*.lua' | \ 
     72      sed -e 's!.*/default\.\(.*\)\.lua!\1!')}; do \ 
     73        build/i18n-lua2po.pl . $(realpath host)/po $$L; \ 
     74    done 
     75 
    7076run: 
    7177    #   make run is deprecated              #