[gimp] devel-docs: fix HTML_IMAGES Makefile variable
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] devel-docs: fix HTML_IMAGES Makefile variable
- Date: Wed, 7 May 2014 20:14:38 +0000 (UTC)
commit 6203cb5ee03dfa3cf11eb0519f89cb33ab5c4c3d
Author: Michael Natterer <mitch gimp org>
Date: Wed May 7 22:12:12 2014 +0200
devel-docs: fix HTML_IMAGES Makefile variable
This doesn't fix the build of the stock IDs docs page yet.
devel-docs/libgimpwidgets/Makefile.am | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/devel-docs/libgimpwidgets/Makefile.am b/devel-docs/libgimpwidgets/Makefile.am
index a39d464..639012d 100644
--- a/devel-docs/libgimpwidgets/Makefile.am
+++ b/devel-docs/libgimpwidgets/Makefile.am
@@ -32,10 +32,16 @@ IGNORE_HFILES = \
gimpwidgets-private.h
# Images to copy into HTML directory
-IMAGES_DIR = $(top_srcdir)/themes/Default/images
HTML_IMAGES = \
- $(IMAGES_DIR)/stock-*.png \
- $(IMAGES_DIR)/tools/stock-*.png \
+ $(top_srcdir)/icons/12/gimp-*.png \
+ $(top_srcdir)/icons/16/gimp-*.png \
+ $(top_srcdir)/icons/18/gimp-*.png \
+ $(top_srcdir)/icons/20/gimp-*.png \
+ $(top_srcdir)/icons/22/gimp-*.png \
+ $(top_srcdir)/icons/24/gimp-*.png \
+ $(top_srcdir)/icons/32/gimp-*.png \
+ $(top_srcdir)/icons/48/gimp-*.png \
+ $(top_srcdir)/icons/64/gimp-*.png \
$(srcdir)/images/gimp-*.png
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]