mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-25 15:42:23 +00:00
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:
parent
678d6c9c0f
commit
51074d2f78
@ -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 $@ && \
|
||||
|
Loading…
Reference in New Issue
Block a user