From 5e3a59a838270a9b369ebb16bc4e59c32aed9f13 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 28 Feb 2019 21:50:40 +0100 Subject: [PATCH] TT#49106 Clean up generated man pages Change-Id: I5fc089dff955a37403d170c81ba5d0d42eeb8415 Fixes: commit 1f10dc30d529fd1d796fb379654f4e3d905d749b --- lib/common.Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.Makefile b/lib/common.Makefile index 2c582515e..b99a99976 100644 --- a/lib/common.Makefile +++ b/lib/common.Makefile @@ -12,7 +12,7 @@ debug: dep: .depend clean: - rm -f $(OBJS) $(TARGET) $(LIBSRCS) $(DAEMONSRCS) $(ADD_CLEAN) .depend core core.* + rm -f $(OBJS) $(TARGET) $(LIBSRCS) $(DAEMONSRCS) $(MANS) $(ADD_CLEAN) .depend core core.* rm -f fix_frame_channel_layout.h fix_frame_channel_layout-test.[co] *.strhash.c $(HASHSRCS) .depend: $(SRCS) $(LIBSRCS) $(DAEMONSRCS) Makefile