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