diff mbox series

libtracefs: fix cleaning of sqlhist.txt.html

Message ID 20220124111031.84108-1-krzysztof.kozlowski@canonical.com (mailing list archive)
State Accepted
Commit 61e2a9334a42022bdcc7fe96b1f2540bcb76f1f0
Headers show
Series libtracefs: fix cleaning of sqlhist.txt.html | expand

Commit Message

Krzysztof Kozlowski Jan. 24, 2022, 11:10 a.m. UTC
The man-1 HTML pages also has to be cleaned up.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 Documentation/Makefile | 1 +
 1 file changed, 1 insertion(+)

Comments

Steven Rostedt Feb. 4, 2022, 5:38 p.m. UTC | #1
On Mon, 24 Jan 2022 12:10:31 +0100
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> wrote:

> The man-1 HTML pages also has to be cleaned up.

Applied, thanks Krzysztof!

-- Steve

> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
>  Documentation/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/Makefile b/Documentation/Makefile
> index 92a67aa1760c..afcb6a53ccd0 100644
> --- a/Documentation/Makefile
> +++ b/Documentation/Makefile
> @@ -197,6 +197,7 @@ endif
>  CLEAN_FILES =					\
>  	$(MAN_XML) $(addsuffix +,$(MAN_XML))	\
>  	$(MAN_HTML) $(addsuffix +,$(MAN_HTML))	\
> +	$(MAN1_HTML) $(addsuffix +,$(MAN1_HTML))	\
>  	$(filter-out $(MAN1_TEXT),$(wildcard *.1)) \
>  	$(DOC_MAN3) *.3 *.m
>
diff mbox series

Patch

diff --git a/Documentation/Makefile b/Documentation/Makefile
index 92a67aa1760c..afcb6a53ccd0 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -197,6 +197,7 @@  endif
 CLEAN_FILES =					\
 	$(MAN_XML) $(addsuffix +,$(MAN_XML))	\
 	$(MAN_HTML) $(addsuffix +,$(MAN_HTML))	\
+	$(MAN1_HTML) $(addsuffix +,$(MAN1_HTML))	\
 	$(filter-out $(MAN1_TEXT),$(wildcard *.1)) \
 	$(DOC_MAN3) *.3 *.m