[virt-tools-list] [PATCH virt-viewer] build-sys: man Makefile.am misc improvements

Marc-André Lureau marcandre.lureau at gmail.com
Thu Apr 3 12:38:33 UTC 2014


Make it silent.
Clean it with regular clean rule.
---
 man/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/Makefile.am b/man/Makefile.am
index 13bfb94..5152815 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -10,9 +10,9 @@ EXTRA_DIST =					\
 	virt-viewer.pod				\
 	$(NULL)
 
-DISTCLEANFILES = $(man_MANS)
+CLEANFILES = $(man_MANS)
 
 %.1: %.pod
-	pod2man -c "Virtualization Support" $< > $@
+	$(AM_V_GEN)pod2man -c "Virtualization Support" $< > $@
 
 -include $(top_srcdir)/git.mk
-- 
1.8.5.3




More information about the virt-tools-list mailing list