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
Before Width: | Height: | Size: 495 B |
Before Width: | Height: | Size: 3.0 KiB |
@ -4,8 +4,6 @@ SUBDIRS= schemas examples devhelp
|
|||||||
# The directory containing the source code (if it contains documentation).
|
# The directory containing the source code (if it contains documentation).
|
||||||
DOC_SOURCE_DIR=../src
|
DOC_SOURCE_DIR=../src
|
||||||
|
|
||||||
man_MANS=
|
|
||||||
|
|
||||||
apihtml = \
|
apihtml = \
|
||||||
html/index.html \
|
html/index.html \
|
||||||
html/libvirt-libvirt.html \
|
html/libvirt-libvirt.html \
|
||||||
@ -18,12 +16,9 @@ apipng = \
|
|||||||
html/right.png
|
html/right.png
|
||||||
|
|
||||||
png = \
|
png = \
|
||||||
16favicon.png \
|
|
||||||
32favicon.png \
|
32favicon.png \
|
||||||
footer_corner.png \
|
footer_corner.png \
|
||||||
footer_pattern.png \
|
footer_pattern.png \
|
||||||
libvirHeader.png \
|
|
||||||
libvirLogo.png \
|
|
||||||
libvirt-header-bg.png \
|
libvirt-header-bg.png \
|
||||||
libvirt-header-logo.png \
|
libvirt-header-logo.png \
|
||||||
libvirtLogo.png \
|
libvirtLogo.png \
|
||||||
@ -33,13 +28,9 @@ png = \
|
|||||||
libvirt-driver-arch.png \
|
libvirt-driver-arch.png \
|
||||||
libvirt-object-model.png \
|
libvirt-object-model.png \
|
||||||
madeWith.png \
|
madeWith.png \
|
||||||
windows-cygwin-1.png \
|
|
||||||
windows-cygwin-2.png \
|
|
||||||
windows-cygwin-3.png \
|
|
||||||
et.png
|
et.png
|
||||||
|
|
||||||
gif = \
|
gif = \
|
||||||
Libxml2-Logo-90x34.gif \
|
|
||||||
architecture.gif \
|
architecture.gif \
|
||||||
node.gif
|
node.gif
|
||||||
|
|
||||||
@ -74,7 +65,7 @@ EXTRA_DIST= \
|
|||||||
$(patches) \
|
$(patches) \
|
||||||
ChangeLog.awk
|
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
|
api: libvirt-api.xml libvirt-refs.xml $(srcdir)/html/index.html
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 25 KiB |