From: Daniel P. Berrange Date: Wed, 16 Sep 2009 11:43:17 +0000 (+0100) Subject: Remove unused images from docs/ directory X-Git-Tag: v0.7.2~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d528ca2540c91b7166a82e132dff58404fcaf5;p=thirdparty%2Flibvirt.git Remove unused images from docs/ directory * 16favicon.png, Libxml2-Logo-90x34.gif, libvirHeader.png, libvirLogo.png, windows-cygwin-1.png, windows-cygwin-2.png, windows-cygwin-3.png: Remove unreferenced files * Makefile.am: Remove deleted files from EXTRA_DIST --- diff --git a/docs/16favicon.png b/docs/16favicon.png deleted file mode 100644 index bd024f54a9..0000000000 Binary files a/docs/16favicon.png and /dev/null differ diff --git a/docs/Libxml2-Logo-90x34.gif b/docs/Libxml2-Logo-90x34.gif deleted file mode 100644 index b96fff0bde..0000000000 Binary files a/docs/Libxml2-Logo-90x34.gif and /dev/null differ diff --git a/docs/Makefile.am b/docs/Makefile.am index e092abe2ed..fd96ba413f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -4,8 +4,6 @@ SUBDIRS= schemas examples devhelp # The directory containing the source code (if it contains documentation). DOC_SOURCE_DIR=../src -man_MANS= - apihtml = \ html/index.html \ html/libvirt-libvirt.html \ @@ -18,12 +16,9 @@ apipng = \ html/right.png png = \ - 16favicon.png \ 32favicon.png \ footer_corner.png \ footer_pattern.png \ - libvirHeader.png \ - libvirLogo.png \ libvirt-header-bg.png \ libvirt-header-logo.png \ libvirtLogo.png \ @@ -33,13 +28,9 @@ png = \ libvirt-driver-arch.png \ libvirt-object-model.png \ madeWith.png \ - windows-cygwin-1.png \ - windows-cygwin-2.png \ - windows-cygwin-3.png \ et.png gif = \ - Libxml2-Logo-90x34.gif \ architecture.gif \ node.gif @@ -74,7 +65,7 @@ EXTRA_DIST= \ $(patches) \ ChangeLog.awk -all: web $(top_builddir)/NEWS $(man_MANS) +all: web $(top_builddir)/NEWS api: libvirt-api.xml libvirt-refs.xml $(srcdir)/html/index.html diff --git a/docs/libvirHeader.png b/docs/libvirHeader.png deleted file mode 100644 index a020d27b46..0000000000 Binary files a/docs/libvirHeader.png and /dev/null differ diff --git a/docs/libvirLogo.png b/docs/libvirLogo.png deleted file mode 100644 index e3a6a35a39..0000000000 Binary files a/docs/libvirLogo.png and /dev/null differ diff --git a/docs/windows-cygwin-1.png b/docs/windows-cygwin-1.png deleted file mode 100644 index c299f490c2..0000000000 Binary files a/docs/windows-cygwin-1.png and /dev/null differ diff --git a/docs/windows-cygwin-2.png b/docs/windows-cygwin-2.png deleted file mode 100644 index d24b3a204e..0000000000 Binary files a/docs/windows-cygwin-2.png and /dev/null differ diff --git a/docs/windows-cygwin-3.png b/docs/windows-cygwin-3.png deleted file mode 100644 index e9e096d571..0000000000 Binary files a/docs/windows-cygwin-3.png and /dev/null differ