Linux Test Project
 help / color / mirror / Atom feed
* [LTP] [PATCH] docparse/Makefile: fix a typo
@ 2022-07-04 10:02 Chen Hanxiao
  2022-07-06  8:55 ` xuyang2018.jy
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Hanxiao @ 2022-07-04 10:02 UTC (permalink / raw)
  To: ltp

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




-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-06  8:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-04 10:02 [LTP] [PATCH] docparse/Makefile: fix a typo Chen Hanxiao
2022-07-06  8:55 ` xuyang2018.jy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox