aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_asciidoc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/plugin_asciidoc.mk')
-rw-r--r--test/plugin_asciidoc.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/plugin_asciidoc.mk b/test/plugin_asciidoc.mk
index 29dfd07..b2240ce 100644
--- a/test/plugin_asciidoc.mk
+++ b/test/plugin_asciidoc.mk
@@ -1,10 +1,10 @@
# AsciiDoc plugin.
-ASCIIDOC_TARGETS = $(call list_targets,asciidoc)
+asciidoc_TARGETS = $(call list_targets,asciidoc)
-.PHONY: asciidoc $(ASCIIDOC_TARGETS)
+.PHONY: asciidoc $(asciidoc_TARGETS)
-asciidoc: $(ASCIIDOC_TARGETS)
+asciidoc: $(asciidoc_TARGETS)
# Disable the Asciidoc tests requiring the DocBook toolchain
# when Asciidoc is not installed. The toolchain is too heavy for CI.