Codebase list virt-viewer / 040a88a0-8b1c-4972-8e9b-d476bd5f6b75/main man / Makefile.am
040a88a0-8b1c-4972-8e9b-d476bd5f6b75/main

Tree @040a88a0-8b1c-4972-8e9b-d476bd5f6b75/main (Download .tar.gz)

Makefile.am @040a88a0-8b1c-4972-8e9b-d476bd5f6b75/mainraw · history · blame

NULL =

dist_man_MANS =					\
	remote-viewer.1				\
	virt-viewer.1				\
	$(NULL)

EXTRA_DIST =					\
	remote-viewer.pod			\
	virt-viewer.pod				\
	$(NULL)

MAINTAINERCLEANFILES = $(dist_man_MANS)

%.1: %.pod
	$(AM_V_GEN)pod2man -c "Virtualization Support" $< > $@

-include $(top_srcdir)/git.mk