summaryrefslogtreecommitdiff
path: root/Documentation/Makefile.in
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-09-11 17:19:18 +0200
committerDavid Sterba <dsterba@suse.com>2018-10-23 14:48:39 +0200
commit51074d2f784cea092843581197a894a395092d06 (patch)
tree50bcea83c014a8a615c421f48816073882ec2785 /Documentation/Makefile.in
parent678d6c9c0f37ad4006661f111352c99f04aeee71 (diff)
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>
Diffstat (limited to 'Documentation/Makefile.in')
-rw-r--r--Documentation/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 $@ && \