summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-01-29 18:26:30 +0100
committerDavid Sterba <dsterba@suse.com>2018-01-31 15:14:03 +0100
commit30bce43dfd61ddf5a7e91f82a7f72d7a11561b7f (patch)
treeb26a85ff56ad7f53dfde3061a914e4532097b591 /Documentation
parentb1361dfcf03be1a31e286bdb7e66d14ab10aa700 (diff)
btrfs-progs: docs: clean all generated files
The section 3 manual page btrfs-ioctl was not deleted. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile.in b/Documentation/Makefile.in
index bdc3dc3f..8668e0ed 100644
--- a/Documentation/Makefile.in
+++ b/Documentation/Makefile.in
@@ -98,7 +98,7 @@ uninstall:
$(RMDIR) -p --ignore-fail-on-non-empty $(DESTDIR)$(man8dir)
clean:
- $(QUIET_RM)$(RM) -f *.xml *.xml+ *.5 *.5.gz *.8 *.8.gz *.html
+ $(QUIET_RM)$(RM) -f *.xml *.xml+ *.3 *.3.gz *.5 *.5.gz *.8 *.8.gz *.html
%.3.gz : %.3
$(QUIET_GZIP)$(GZIPCMD) -n -c $< > $@