spice-gtk/man/Makefile.am
Christophe Fergeau 5718626cf3 Add man page
Spice-GTK provides SPICE-specific command line options. This man page
describes these options as well as the format of SPICE URIs.
2014-04-08 13:31:00 +02:00

17 lines
252 B
Makefile

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