summaryrefslogtreecommitdiffstats
path: root/man/Makefile.am
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-30 13:59:01 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-30 13:59:01 +0100
commit155a03f9c83ade6b849dca401f5c176bccf4123a (patch)
treea16200eecf836e145fd34e328c9881bbba93cb00 /man/Makefile.am
parent882ac10d527d89ba643f38ec4460438a012fcb27 (diff)
downloadvirt-viewer-155a03f9c83ade6b849dca401f5c176bccf4123a.tar.gz
virt-viewer-155a03f9c83ade6b849dca401f5c176bccf4123a.tar.xz
virt-viewer-155a03f9c83ade6b849dca401f5c176bccf4123a.zip
viewer: Add support for Spice
Diffstat (limited to 'man/Makefile.am')
-rw-r--r--man/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 0ff50be..9257ce2 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -2,6 +2,7 @@
man_MANS = virt-viewer.1
EXTRA_DIST = virt-viewer.pod
+DISTCLEANFILES = $(man_MANS)
%.1: %.pod
pod2man $< > $@