cookbook: Add a missing image to the list
This commit is contained in:
parent
e92c8d72cc
commit
af6f023a80
1 changed files with 4 additions and 1 deletions
|
@ -27,7 +27,10 @@ XSL_XHTML_URI = $(XSL_BASE_URI)/xhtml/docbook.xsl
|
|||
|
||||
HTML_FILES = html/*.html
|
||||
CSS_FILES = html/*.css
|
||||
IMAGE_FILES = images/clutter-logo.png
|
||||
IMAGE_FILES = \
|
||||
images/clutter-logo.png \
|
||||
images/textures-reflection.png \
|
||||
$(NULL)
|
||||
VIDEO_FILES = \
|
||||
videos/animations-fading-out.ogv \
|
||||
videos/animations-fading-in-then-out.ogv \
|
||||
|
|
Loading…
Add table
Reference in a new issue