All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libtracefs: fix cleaning of sqlhist.txt.html
@ 2022-01-24 11:10 Krzysztof Kozlowski
  2022-02-04 17:38 ` Steven Rostedt
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2022-01-24 11:10 UTC (permalink / raw)
  To: linux-trace-devel; +Cc: Krzysztof Kozlowski

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(+)

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
 
-- 
2.32.0


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

* Re: [PATCH] libtracefs: fix cleaning of sqlhist.txt.html
  2022-01-24 11:10 [PATCH] libtracefs: fix cleaning of sqlhist.txt.html Krzysztof Kozlowski
@ 2022-02-04 17:38 ` Steven Rostedt
  0 siblings, 0 replies; 2+ messages in thread
From: Steven Rostedt @ 2022-02-04 17:38 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: linux-trace-devel

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
>  


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

end of thread, other threads:[~2022-02-04 17:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-24 11:10 [PATCH] libtracefs: fix cleaning of sqlhist.txt.html Krzysztof Kozlowski
2022-02-04 17:38 ` Steven Rostedt

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.