[dm-devel] [PATCH] multipath-tools: delete libdmmp/docs/man directory in make clean

Xose Vazquez Perez xose.vazquez at gmail.com
Sat Jun 24 18:06:13 UTC 2017


CC: Gris Ge <fge at redhat.com>
Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 libdmmp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libdmmp/Makefile b/libdmmp/Makefile
index bffc573..cdd26ed 100644
--- a/libdmmp/Makefile
+++ b/libdmmp/Makefile
@@ -57,7 +57,7 @@ uninstall:
 
 clean:
 	$(RM) core *.a *.o *.gz *.so *.so.*
-	$(RM) docs/man/*.3.gz
+	$(RM) -r docs/man
 	$(MAKE) -C test clean
 
 check: all
-- 
2.13.1




More information about the dm-devel mailing list