On Mon, 24 Jan 2022 12:10:31 +0100 Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> wrote: > The man-1 HTML pages also has to be cleaned up. Applied, thanks Krzysztof! -- Steve > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > --- > 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 >