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:
@@ -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)/$@"
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user