1
0
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:
Kris Maglione
2008-12-02 17:02:58 -05:00
parent 0467e9b292
commit 1053254be5
3 changed files with 4 additions and 4 deletions

View File

@@ -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 $@ $<

View File

@@ -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
}
{