mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-01-08 21:36:55 +00:00
Spice-GTK provides SPICE-specific command line options. This man page describes these options as well as the format of SPICE URIs.
17 lines
252 B
Makefile
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
|