1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 17:45:48 +01:00

Update help source files for Asciidoc 8.4.x.

This commit is contained in:
Doug Kearns
2009-08-06 23:17:08 +10:00
parent 817cbd1e75
commit 9ede619160
52 changed files with 323 additions and 321 deletions

View File

@@ -47,8 +47,8 @@ distclean: clean
asciidoc: check-asciidoc $(DOC_FILES)
check-asciidoc:
@$(ASCIIDOC) --version | $(AWK) '{ exit $$2 !~ /^8\.2\./ }' || \
echo >&2 "Warning: asciidoc versions other than 8.2.x are unsupported"
@$(ASCIIDOC) --version | $(AWK) '{ exit $$2 !~ /^8\.4\./ }' || \
echo >&2 "Warning: asciidoc versions other than 8.4.x are unsupported"
version.html: ../../NEWS $(BASE)/Makefile.doc $(DEPS)
@echo "DOC locale/$(LOCALE)/$@"

View File

@@ -1930,7 +1930,7 @@ window.addEventListener("liberatorHelpLink", function (event) {
if (/^(mapping|command)$/.test(elem.className))
tag = tag.replace(/^\d+/, "");
if (elem.className == "command")
tag = tag.replace(/\[.*?\]/g, "").replace(/!$/, "");
tag = tag.replace(/\[.*?\]/g, "").replace(/(\w+)!$/, "$1");
if (tag)
{