From 59c56ec87a74ee3056cc8342fcd645f4fd60dfe5 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 10 Jan 2011 16:50:41 +0100 Subject: [PATCH] docs: Fix image inclusion --- docs/libs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index 412ec39..a99ef4e 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -82,10 +82,10 @@ EXTRA_HFILES = \ $(top_srcdir)/ges/ges-types.h # Images to copy into HTML directory. -HTML_IMAGES = +HTML_IMAGES = layer_track_overview.png # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). -content_files = architecture.xml layer_track_overview.png +content_files = architecture.xml # Other files to distribute. extra_files = -- 2.7.4