1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 05:44:18 +01:00
Files
pentadactyl-pm/liberator/process_manifest.awk
Kris Maglione 1053254be5 Fix 'make doc'
2008-12-02 17:02:58 -05:00

12 lines
232 B
Awk

{ content = $1 ~ /^(content|skin|locale)$/ }
content && $NF ~ /^[a-z]/ { $NF = "/" name "/" $NF }
content {
sub(/^\.\./, "", $NF);
$NF = "jar:chrome/" name ".jar!" $NF
}
{
sub("^\\.\\./liberator/", "", $NF)
print
}