mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 22:55:45 +01:00
Fix 'make doc'
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ content = $1 ~ /^(content|skin|locale)$/ }
|
||||
content && $NF ~ /^[a-z]/ { $NF = name "/" $NF }
|
||||
content && $NF ~ /^[a-z]/ { $NF = "/" name "/" $NF }
|
||||
content {
|
||||
sub(/^\.\.\//, "", $NF);
|
||||
sub(/^\.\./, "", $NF);
|
||||
$NF = "jar:chrome/" name ".jar!" $NF
|
||||
}
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user