[LTP] [PATCH] docparse/Makefile: fix a typo

Chen Hanxiao chenhx.fnst@fujitsu.com
Mon Jul 4 12:02:43 CEST 2022


s/not not/not

Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com>
---
 docparse/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docparse/Makefile b/docparse/Makefile
index e6e9f05ba..20851fba6 100644
--- a/docparse/Makefile
+++ b/docparse/Makefile
@@ -19,7 +19,7 @@ METADATA_GENERATOR_PARAMS_HTML := -f xhtml
 METADATA_GENERATOR_PARAMS_PDF := -f pdf
 METADATA_GENERATOR_PARAMS_HTML_CHUNKED := -f chunked
 else ifeq ($(METADATA_GENERATOR),)
-$(error 'METADATA_GENERATOR' not not configured, run ./configure in the root directory)
+$(error 'METADATA_GENERATOR' not configured, run ./configure in the root directory)
 else
 $(error '$(METADATA_GENERATOR)' not supported, only asciidoctor and asciidoc are supported)
 endif
-- 
2.18.1





More information about the ltp mailing list