summaryrefslogtreecommitdiff
path: root/Documentation/Makefile.in
diff options
context:
space:
mode:
authorNikolay Borisov <nborisov@suse.com>2018-03-27 10:45:45 +0300
committerDavid Sterba <dsterba@suse.com>2018-04-24 13:00:10 +0200
commit5a87a95115a0f992ef4d3ef9ad480d8cf3bb27ec (patch)
tree9e4482b0581d7037ed9a1c88ecb5c350703f0daf /Documentation/Makefile.in
parentdf9158f20d8950b996a3e9b5a4ac0f9b2ea034d3 (diff)
btrfs-progs: Remove deprecated btrfs-show-super
Its function has been superseded by btrfs inspect-internal show-super. Furthermore the tools is currently not built by default. Just remove it. Deprecated since 4.8. Issue: #97 Signed-off-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Documentation/Makefile.in')
-rw-r--r--Documentation/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/Makefile.in b/Documentation/Makefile.in
index ee32a50d..184647c4 100644
--- a/Documentation/Makefile.in
+++ b/Documentation/Makefile.in
@@ -102,7 +102,6 @@ install-man: man
$(MV) $(DESTDIR)$(man5dir)/btrfs-man5.5.gz $(DESTDIR)$(man5dir)/btrfs.5.gz
$(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
$(LN_S) -f btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
- $(LN_S) -f btrfs-inspect-internal.8.gz $(DESTDIR)$(man8dir)/btrfs-show-super.8.gz
uninstall:
cd $(DESTDIR)$(man8dir); rm -f btrfs-check.8.gz $(GZ_MAN8)