diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM index 369782ac2..832afb1f4 100644 --- a/WHATS_NEW_DM +++ b/WHATS_NEW_DM @@ -1,5 +1,6 @@ Version 1.02.68 - ================================== + Add dependency for dm man pages to man subdirectory make target all:. Add dm_tree_retry_remove to use retry logic for device removal in a dm_tree. Add dm_device_has_mounted_fs fn to check mounted filesystem on a device. Add dm_device_has_holders fn to to check use of the device by another device. diff --git a/man/Makefile.in b/man/Makefile.in index 2506fbd0d..7357a42b2 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -1,6 +1,6 @@ # # Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved. -# Copyright (C) 2004-2010 Red Hat, Inc. All rights reserved. +# Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved. # # This file is part of LVM2. # @@ -60,7 +60,7 @@ ifneq ("@CLVMD@", "none") install: install_cluster endif -all: man +all: man device-mapper .PHONY: man install_man5 install_man8