mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-08 16:14:12 +01:00
Fix 'make doc'
This commit is contained in:
@@ -104,7 +104,7 @@ $(JAR):
|
||||
|
||||
#### doc
|
||||
|
||||
${DOC_FILES}: %.html: %.txt Makefile.common locale/en-US/asciidoc.conf
|
||||
${DOC_FILES}: %.html: %.txt $(BASE)/Makefile.common locale/en-US/asciidoc.conf
|
||||
@echo "DOC $@"
|
||||
${ASCIIDOC} --unsafe -a linkcss -o $@ $<
|
||||
|
||||
|
||||
@@ -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