summaryrefslogtreecommitdiff
path: root/Documentation/Makefile.in
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-03-10 16:51:53 +0100
committerDavid Sterba <dsterba@suse.com>2016-03-15 17:27:34 +0100
commit80414d69398e39b81bfd899f1015767a18909b94 (patch)
tree728260dcd94ae592e0989fe77bf14832c986486e /Documentation/Makefile.in
parent7aedf5067b7596ba351a02a03f0fb5e434f69389 (diff)
btrfs-progs: remove btrfs-show-super manual page and point to inspect-internal
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 c1456b5c..aea2cb47 100644
--- a/Documentation/Makefile.in
+++ b/Documentation/Makefile.in
@@ -7,7 +7,6 @@ MAN8_TXT += btrfs-convert.asciidoc
MAN8_TXT += btrfs-find-root.asciidoc
MAN8_TXT += btrfs-image.asciidoc
MAN8_TXT += btrfs-map-logical.asciidoc
-MAN8_TXT += btrfs-show-super.asciidoc
MAN8_TXT += btrfs-select-super.asciidoc
MAN8_TXT += btrfstune.asciidoc
MAN8_TXT += fsck.btrfs.asciidoc
@@ -96,6 +95,7 @@ install-man: man
$(LN_S) -f btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
$(LN_S) -f btrfs-rescue.8.gz $(DESTDIR)$(man8dir)/btrfs-zero-log.8.gz
$(LN_S) -f btrfs-inspect-internal.8.gz $(DESTDIR)$(man8dir)/btrfs-debug-tree.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)