[Spice-devel] [PATCH v2 2/2] docs: update Makefile to match meson dist
Victor Toso
victortoso at redhat.com
Mon Oct 14 11:40:43 UTC 2019
From: Victor Toso <me at victortoso.com>
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 at redhat.com>
---
.gitignore | 3 +--
docs/Makefile.am | 11 +++++++----
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index bf618932..965e2df7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 15fbbdc0..1c96bcae 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -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
--
2.21.0
More information about the Spice-devel
mailing list