]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: regenerate .png files
authorEric Blake <eblake@redhat.com>
Sat, 21 Jul 2012 03:34:39 +0000 (21:34 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 23 Jul 2012 22:07:13 +0000 (16:07 -0600)
We don't expect people to have tools installed to regenerate .png
from .fig by default.  However, since commit 5eb3df8, several
.fig files were updated without regenerating the .png file, and
as a result, 'make dist' ends up regenerating those five files,
or worse, failing because of missing tools (convert from
ImageMagick).

Additionally, even if the tools are present, the generation of
.png files is nondeterministic (the resulting files contain a
timestamp), which means prior to this patch, running 'make dist'
from two checkouts will end up producing different tarball
contents (two 'make dist' runs will always produce different tar
files, since tarballs also contain timestamps; but unpacking the
tarballs and doing a recursive diff will show if the contents
are unchanged).

After this patch, the timestamps are now up-to-date, and 'make
dist' no longer has anything to do for the .png files.  This gets
us closer to the goal of two checkouts being able to produce the
same tarball.

* docs/libvirt-*.png: Regenerate.

docs/libvirt-daemon-arch.png
docs/libvirt-driver-arch.png
docs/libvirt-net-logical.png
docs/libvirt-net-physical.png
docs/libvirt-object-model.png

index b7ed2f689112e45ffd5b108ed7a03f9808618d96..621a55cdbfebf968ed079e3940b5bd3da22321a1 100644 (file)
Binary files a/docs/libvirt-daemon-arch.png and b/docs/libvirt-daemon-arch.png differ
index a7e9678929a72634170f699a9dd552ca40d7cb24..b7780fa5186b301f4b1f263a3ddf9b8d53367a06 100644 (file)
Binary files a/docs/libvirt-driver-arch.png and b/docs/libvirt-driver-arch.png differ
index ad3460d5bc62613e7b7ed051b2c67ca21b090f73..bb18e906a3c969b76da218e62f40d6b1bfd2e57b 100644 (file)
Binary files a/docs/libvirt-net-logical.png and b/docs/libvirt-net-logical.png differ
index ae6f237adea58a02a3b1d64ca312c9c2c4c4d0c1..dca4982144fdce4ee809752a77a1299a4d7be190 100644 (file)
Binary files a/docs/libvirt-net-physical.png and b/docs/libvirt-net-physical.png differ
index 6cb1aa3e5904e883701dad44e0d584a7fae9b87b..f4e4831bb4263cfba364767af71e3a1b879d322c 100644 (file)
Binary files a/docs/libvirt-object-model.png and b/docs/libvirt-object-model.png differ