summaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorQu Wenruo <quwenruo@cn.fujitsu.com>2014-04-15 15:04:50 +0800
committerDavid Sterba <dsterba@suse.cz>2014-04-22 14:15:25 +0200
commit97822b5eeaf101ac22c5d62b5e2ea4931ff95433 (patch)
tree305e30ff8ca338e1256a4dc7ae3f373fe56f172a /Documentation/Makefile
parent01c42d908a46929e86a9354f6705f34ea12f1958 (diff)
btrfs-progs: Convert man page for btrfs-property.
Convert the man page for the newly added btrfs-property subcommand. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index ba54eefd..ec8598bb 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -29,6 +29,7 @@ MAN8_TXT += btrfs-quota.txt
MAN8_TXT += btrfs-qgroup.txt
MAN8_TXT += btrfs-replace.txt
MAN8_TXT += btrfs-restore.txt
+MAN8_TXT += btrfs-property.txt
MAN_TXT = $(MAN8_TXT)
MAN_XML = $(patsubst %.txt,%.xml,$(MAN_TXT))