mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-27 03:18:59 +00:00
docs: update Makefile to match meson dist
Sort the files names in alphabetic order and include the .html version for spice_for_newbies and spice_protocol Signed-off-by: Victor Toso <victortoso@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
a3bf9f06b3
commit
7f1481dce6
3
.gitignore
vendored
3
.gitignore
vendored
@ -34,8 +34,7 @@ INSTALL
|
||||
.tarball-version
|
||||
docs/manual/manual.chunked/
|
||||
docs/manual/manual.html
|
||||
docs/spice_style.html
|
||||
docs/spice_threading_model.html
|
||||
docs/*.html
|
||||
.dirstamp
|
||||
.deps
|
||||
.libs
|
||||
|
||||
@ -3,13 +3,16 @@ ASCIIDOC_FLAGS = -a icons -a toc
|
||||
|
||||
EXTRA_DIST = \
|
||||
meson.build \
|
||||
spice_for_newbies.html \
|
||||
spice_for_newbies.txt \
|
||||
spice_protocol.html \
|
||||
spice_protocol.txt \
|
||||
spice_style.html \
|
||||
spice_style.txt \
|
||||
spice_threading_model.html \
|
||||
spice_threading_model.txt \
|
||||
vd_interfaces.html \
|
||||
vd_interfaces.txt \
|
||||
spice_protocol.txt \
|
||||
spice_for_newbies.txt \
|
||||
images/newbies/g_cmd_flow.png \
|
||||
images/newbies/g_sub.png \
|
||||
images/newbies/cli_bsc_stc.png \
|
||||
@ -18,11 +21,11 @@ EXTRA_DIST = \
|
||||
$(NULL)
|
||||
|
||||
HTML_FILES = \
|
||||
spice_for_newbies.html \
|
||||
spice_protocol.html \
|
||||
spice_style.html \
|
||||
spice_threading_model.html \
|
||||
vd_interfaces.html \
|
||||
spice_protocol.html \
|
||||
spice_for_newbies.html \
|
||||
$(NULL)
|
||||
|
||||
if BUILD_MANUAL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user