spice/docs/Makefile.am
Frediano Ziglio 12da078a9f docs: Add some documentation on spice threading model
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
2017-09-11 18:03:57 +01:00

22 lines
378 B
Makefile

NULL =
ASCIIDOC_FLAGS = -a icons -a toc
EXTRA_DIST = \
spice_style.html \
spice_style.txt \
spice_threading_model.html \
spice_threading_model.txt \
$(NULL)
if BUILD_MANUAL
SUBDIRS = manual
all-local: spice_style.html spice_threading_model.html
%.html: %.txt
$(AM_V_GEN) $(ASCIIDOC) -n $(ASCIIDOC_FLAGS) -o $@ $<
endif
clean-local:
rm -f spice_style.html