[virt-tools-list] [PATCH virt-viewer] build-sys: man Makefile.am misc improvements
Marc-André Lureau
marcandre.lureau at gmail.com
Thu Apr 3 15:37:48 UTC 2014
Make it silent.
Ship man files in tarball.
Use maintainer-clean instead of distclean (which is for files generated
by configure in general).
---
man/Makefile.am | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/man/Makefile.am b/man/Makefile.am
index 13bfb94..6b452dc 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -8,11 +8,12 @@ man_MANS = \
EXTRA_DIST = \
remote-viewer.pod \
virt-viewer.pod \
+ $(man_MANS) \
$(NULL)
-DISTCLEANFILES = $(man_MANS)
+MAINTAINERCLEANFILES = $(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