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:
Victor Toso 2019-10-14 13:40:43 +02:00 committed by Frediano Ziglio
parent a3bf9f06b3
commit 7f1481dce6
2 changed files with 8 additions and 6 deletions

3
.gitignore vendored
View File

@ -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

View File

@ -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