summaryrefslogtreecommitdiffstats
path: root/man/Makefile.am
blob: a8f7e3f335c2d85ca700c6b5a9a3ed0e1ade79d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
NULL =

dist_man_MANS =					\
	spice-client.1				\
	$(NULL)

EXTRA_DIST =					\
	spice-client.pod			\
	$(NULL)

MAINTAINERCLEANFILES = $(dist_man_MANS)

%.1: %.pod
	$(AM_V_GEN)pod2man -c "Spice-GTK Documentation" $< > $@

-include $(top_srcdir)/git.mk