mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-24 14:50:34 +03:00
Build all man pages
When running plain 'make' in man dir - do also those for device-mapper target.
This commit is contained in:
parent
a54dbfb2b3
commit
598c92ff5c
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user