mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 03:44:10 +01:00
Fix 'make doc'
This commit is contained in:
@@ -104,7 +104,7 @@ $(JAR):
|
|||||||
|
|
||||||
#### doc
|
#### 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 $@"
|
@echo "DOC $@"
|
||||||
${ASCIIDOC} --unsafe -a linkcss -o $@ $<
|
${ASCIIDOC} --unsafe -a linkcss -o $@ $<
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{ content = $1 ~ /^(content|skin|locale)$/ }
|
{ content = $1 ~ /^(content|skin|locale)$/ }
|
||||||
content && $NF ~ /^[a-z]/ { $NF = name "/" $NF }
|
content && $NF ~ /^[a-z]/ { $NF = "/" name "/" $NF }
|
||||||
content {
|
content {
|
||||||
sub(/^\.\.\//, "", $NF);
|
sub(/^\.\./, "", $NF);
|
||||||
$NF = "jar:chrome/" name ".jar!" $NF
|
$NF = "jar:chrome/" name ".jar!" $NF
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3,4 +3,4 @@
|
|||||||
VERSION = 0.5pre
|
VERSION = 0.5pre
|
||||||
NAME = muttator
|
NAME = muttator
|
||||||
|
|
||||||
include Makefile.common
|
include ../liberator/Makefile.common
|
||||||
|
|||||||
Reference in New Issue
Block a user