[libvirt PATCH] docs: rename fig to svg in Makefile.am

Pavel Hrdina posted 1 patch 3 years, 8 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/b94856c919a3884f4337338c660ba0adf731003d.1594395672.git.phrdina@redhat.com
docs/Makefile.am | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
[libvirt PATCH] docs: rename fig to svg in Makefile.am
Posted by Pavel Hrdina 3 years, 8 months ago
Commit <9ad637c9651ff29955dd6aa8fe31f639b42b7315> converted all fig
files into svg files but did not change the Makefile.am.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
---

Pushed under build-breaker rule.

 docs/Makefile.am | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/Makefile.am b/docs/Makefile.am
index 3fd8256e668..a480123e33f 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -343,15 +343,15 @@ api_DATA = \
        libvirt-lxc-api.xml \
        libvirt-admin-api.xml
 
-fig = \
-  libvirt-daemon-arch.fig \
-  libvirt-driver-arch.fig \
-  libvirt-object-model.fig \
-  migration-managed-direct.fig \
-  migration-managed-p2p.fig \
-  migration-native.fig \
-  migration-tunnel.fig \
-  migration-unmanaged-direct.fig
+svg = \
+  libvirt-daemon-arch.svg \
+  libvirt-driver-arch.svg \
+  libvirt-object-model.svg \
+  migration-managed-direct.svg \
+  migration-managed-p2p.svg \
+  migration-native.svg \
+  migration-tunnel.svg \
+  migration-unmanaged-direct.svg
 
 schemadir = $(pkgdatadir)/schemas
 schema_DATA = $(wildcard $(srcdir)/schemas/*.rng)
@@ -359,7 +359,7 @@ schema_DATA = $(wildcard $(srcdir)/schemas/*.rng)
 EXTRA_DIST= \
   site.xsl subsite.xsl newapi.xsl page.xsl \
   $(dot_html_in) $(dot_rst) $(apipng) \
-  $(fig) $(assets) \
+  $(svg) $(assets) \
   $(javascript) $(logofiles) \
   $(internals_html_in) $(internals_rst) $(fonts) \
   $(kbase_html_in) $(kbase_rst) \
-- 
2.26.2