From 51074d2f784cea092843581197a894a395092d06 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 11 Sep 2018 17:19:18 +0200 Subject: btrfs-progs: docs: update clean target file masks There's a regular manual page that matches the file glob mask *.8 so we have to be more careful and remove only the known intermediate files. Signed-off-by: David Sterba --- Documentation/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/Makefile.in b/Documentation/Makefile.in index e21d2ad3..afc16980 100644 --- a/Documentation/Makefile.in +++ b/Documentation/Makefile.in @@ -106,7 +106,7 @@ uninstall: $(RMDIR) -p --ignore-fail-on-non-empty $(DESTDIR)$(man8dir) clean: - $(QUIET_RM)$(RM) -f *.xml *.xml+ *.3 *.5 *.8 *.html + $(QUIET_RM)$(RM) -f $(MAN_XML) *.xml+ $(MAN3) $(MAN5) $(MAN8) $(MAN_HTML) %.3 : %.xml $(QUIET_XMLTO)$(RM) -f $@ && \ -- cgit v1.2.3