Codebase list virt-viewer / 5ab6eb7
build-sys: man Makefile.am misc improvements Make it silent. Ship man files in tarball. Use maintainer-clean instead of distclean (which is for files generated by configure in general). Marc-André Lureau 10 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 NULL =
11
2 man_MANS = \
2 dist_man_MANS = \
33 remote-viewer.1 \
44 virt-viewer.1 \
55 $(NULL)
99 virt-viewer.pod \
1010 $(NULL)
1111
12 DISTCLEANFILES = $(man_MANS)
12 MAINTAINERCLEANFILES = $(man_MANS)
1313
1414 %.1: %.pod
15 pod2man -c "Virtualization Support" $< > $@
15 $(AM_V_GEN)pod2man -c "Virtualization Support" $< > $@
1616
1717 -include $(top_srcdir)/git.mk