summaryrefslogtreecommitdiff
path: root/man/Makefile
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2013-06-11 18:15:17 -0500
committerDavid Sterba <dsterba@suse.cz>2013-09-10 01:34:50 +0200
commitdd4d4260d192434a99ca271e18f1e26d6ad6d737 (patch)
tree2abb36d5512d4a6c69c1228db7516b9bb95db98b /man/Makefile
parentd608d404c3b5312d086401847b9f30df4f790861 (diff)
Btrfs-progs: Add Makefile infrastructure for subdirs
Preparatory patch to move cmd & test files into their own subdirs. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'man/Makefile')
-rw-r--r--man/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/man/Makefile b/man/Makefile
index 690fa65f..eb91e0c5 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -23,7 +23,6 @@ all: $(MANPAGES)
$(Q)$(GZIPCMD) -n -c $< > $@
clean :
- @echo "Cleaning manpages"
$(Q)rm -f $(MANPAGES)
install: $(MANPAGES)