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

xuyang2018.jy@fujitsu.com xuyang2018.jy@fujitsu.com
Wed Jul 6 10:55:48 CEST 2022


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


More information about the ltp mailing list