]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: rename fig to svg in Makefile.am
authorPavel Hrdina <phrdina@redhat.com>
Fri, 10 Jul 2020 15:39:29 +0000 (17:39 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 10 Jul 2020 15:39:29 +0000 (17:39 +0200)
Commit <9ad637c9651ff29955dd6aa8fe31f639b42b7315> converted all fig
files into svg files but did not change the Makefile.am.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
docs/Makefile.am

index 3fd8256e668932311ed3d2cb49b680b793a99576..a480123e33f14e307168090e1b65689ffe52612f 100644 (file)
@@ -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) \