mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
devel-docs: fix HTML_IMAGES Makefile variable
This doesn't fix the build of the stock IDs docs page yet.
This commit is contained in:
parent
ae4a41d7a5
commit
6203cb5ee0
1 changed files with 9 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue