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 <dsterba@suse.com>
This commit is contained in:
David Sterba 2018-09-11 17:19:18 +02:00
parent 678d6c9c0f
commit 51074d2f78

View File

@ -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 $@ && \