summaryrefslogtreecommitdiff
path: root/man/Makefile
diff options
context:
space:
mode:
authorGoffredo Baroncelli <kreijack@inwind.it>2012-06-09 07:52:10 +0200
committerDavid Sterba <dsterba@suse.cz>2013-03-19 18:21:41 +0100
commitf243fcd1b2aa55ffadfbcc032c66dedbee56e79e (patch)
tree8e126cca1a803b152d9e2b0e351c6100470f81d1 /man/Makefile
parentcf7e3472d72c912bef0ccb72cc609cf95233ee86 (diff)
Removing btrfsctl, btrfs-vol, btrfs-show
With the commit 002d021c (committed October 2011) btrfsctl, btrfs-vol, btrfs-show were declared deprecated. The last patches related to these commands are dated December 2010. These tools are replaced by the "btrfs" tool in all the functionality. This commit removes all the related code. Signed-off-by: Goffredo Baroncelli <kreijack@inwind.it> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'man/Makefile')
-rw-r--r--man/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/man/Makefile b/man/Makefile
index fefbda97..1ba23b5c 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -11,8 +11,7 @@ man8dir = $(mandir)/man8
# list only those we use
.SUFFIXES: .in .gz
-MANPAGES = mkfs.btrfs.8.gz btrfsctl.8.gz btrfsck.8.gz btrfs-image.8.gz \
- btrfs-show.8.gz btrfs.8.gz
+MANPAGES = mkfs.btrfs.8.gz btrfsck.8.gz btrfs-image.8.gz btrfs.8.gz
INFILES = ${MANPAGES:.in=.gz}
all: $(MANPAGES)