diff mbox series

[1/3] tools/lib/traceevent: Fix libtraceevent/Documentation Makefile

Message ID 20181102145714.25885-2-tstoyanov@vmware.com (mailing list archive)
State Superseded
Headers show
Series libtraceevent man pages | expand

Commit Message

Tzvetomir Stoyanov Nov. 2, 2018, 2:57 p.m. UTC
This patch fixes "clean" rule of libtraceevent/Documentation Makefile,
to clean up compiled man pages.

Signed-off-by: Tzvetomir Stoyanov <tstoyanov@vmware.com>
---
 tools/lib/traceevent/Documentation/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/tools/lib/traceevent/Documentation/Makefile b/tools/lib/traceevent/Documentation/Makefile
index b975080a6705..1b2efdfff246 100644
--- a/tools/lib/traceevent/Documentation/Makefile
+++ b/tools/lib/traceevent/Documentation/Makefile
@@ -174,7 +174,7 @@  endif
 CLEAN_FILES =					\
 	$(MAN_XML) $(addsuffix +,$(MAN_XML))	\
 	$(MAN_HTML) $(addsuffix +,$(MAN_HTML))	\
-	$(DOC_MAN3)
+	$(DOC_MAN3) *.3
 
 clean:
 	$(call QUIET_CLEAN, Documentation) $(RM) $(CLEAN_FILES)