All of lore.kernel.org
 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

* Re: [LTP] [PATCH] docparse/Makefile: fix a typo
  2022-07-04 10:02 [LTP] [PATCH] docparse/Makefile: fix a typo Chen Hanxiao
@ 2022-07-06  8:55 ` xuyang2018.jy
  0 siblings, 0 replies; 2+ messages in thread
From: xuyang2018.jy @ 2022-07-06  8:55 UTC (permalink / raw)
  To: chenhx.fnst; +Cc: ltp

Hi Hanxiao

Obviously correct, merged!

Best Regards
Yang Xu
> 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

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

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.