mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 13:55:45 +01:00
fix typo in Makefile asciidoc test message
This commit is contained in:
@@ -107,7 +107,7 @@ $(JAR): doc
|
||||
|
||||
check-asciidoc:
|
||||
@asciidoc --version | awk '{ exit $$2 !~ /^8\.2\./ }' || \
|
||||
echo >&2 "Warning: asciidoc versions other 8.2.x are unsupported"
|
||||
echo >&2 "Warning: asciidoc versions other than 8.2.x are unsupported"
|
||||
|
||||
${DOC_FILES}: %.html: %.txt $(BASE)/Makefile.common locale/en-US/asciidoc.conf
|
||||
@echo "DOC $@"
|
||||
|
||||
@@ -22,6 +22,7 @@ BUGS:
|
||||
|
||||
(recent CVS regressions):
|
||||
- visual caret mode is broken
|
||||
- BookmarkAdd is fired once for each bookmark periodically i.e. not in response to adding a bookmark
|
||||
|
||||
FEATURES:
|
||||
9 fix local options
|
||||
|
||||
Reference in New Issue
Block a user