From 5351d29eef4c26e9ffabc2bae0433407953fd8e0 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 18 Jun 2014 17:17:38 +0200 Subject: [PATCH] btrfs-progs: rename btrfs-mount.5 to btrfs.5 We'd like to keep the name of category 5 page same as the filesystem to be consistent with the rest. Signed-off-by: David Sterba --- Documentation/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/Makefile b/Documentation/Makefile index f1a07a2..eafbac7 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -85,6 +85,9 @@ install-man: man $(INSTALL) -d -m 755 $(DESTDIR)$(man5dir) $(INSTALL) -d -m 755 $(DESTDIR)$(man8dir) $(INSTALL) -m 644 $(GZ_MAN5) $(DESTDIR)$(man5dir) + # the source file name of btrfs.5 clashes with section 8 page, but we + # want to keep the code generic + mv $(DESTDIR)$(man5dir)/btrfs-mount.5.gz $(DESTDIR)$(man5dir)/btrfs.5.gz $(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir) $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz -- 2.7.4