1
0
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:
Doug Kearns
2008-12-18 19:09:05 +11:00
parent 01d567df11
commit a216ec45d9
2 changed files with 2 additions and 1 deletions

View File

@@ -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 $@"

View File

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