1
0
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:
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
${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 $@ $<

View File

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

View File

@@ -3,4 +3,4 @@
VERSION = 0.5pre VERSION = 0.5pre
NAME = muttator NAME = muttator
include Makefile.common include ../liberator/Makefile.common