Add visual index images.
Tue Aug 24 02:26:25 2004 Matthias Clasen <maclas@gmx.de> * gtk/Makefile.am (HTML_IMAGES): Add visual index images.
This commit is contained in:
committed by
Matthias Clasen
parent
0297f9a015
commit
f699e38fdd
@ -1,3 +1,7 @@
|
|||||||
|
Tue Aug 24 02:26:25 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/Makefile.am (HTML_IMAGES): Add visual index images.
|
||||||
|
|
||||||
Mon Aug 23 16:56:15 2004 Jonathan Blandford <jrb@redhat.com>
|
Mon Aug 23 16:56:15 2004 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gtk/Makefile.am: add images to the doc build.
|
* gtk/Makefile.am: add images to the doc build.
|
||||||
|
|||||||
@ -106,7 +106,8 @@ content_files = \
|
|||||||
tree_widget.sgml \
|
tree_widget.sgml \
|
||||||
windows.sgml \
|
windows.sgml \
|
||||||
x11.sgml \
|
x11.sgml \
|
||||||
gtk-query-immodules-2.0.xml
|
gtk-query-immodules-2.0.xml \
|
||||||
|
visual_index.xml
|
||||||
|
|
||||||
# Images to copy into HTML directory
|
# Images to copy into HTML directory
|
||||||
HTML_IMAGES = \
|
HTML_IMAGES = \
|
||||||
@ -203,7 +204,23 @@ HTML_IMAGES = \
|
|||||||
$(top_srcdir)/gtk/stock-icons/stock_media_previous_24.png \
|
$(top_srcdir)/gtk/stock-icons/stock_media_previous_24.png \
|
||||||
$(top_srcdir)/gtk/stock-icons/stock_media_record_24.png \
|
$(top_srcdir)/gtk/stock-icons/stock_media_record_24.png \
|
||||||
$(top_srcdir)/gtk/stock-icons/stock_media_rewind_24.png \
|
$(top_srcdir)/gtk/stock-icons/stock_media_rewind_24.png \
|
||||||
$(top_srcdir)/gtk/stock-icons/stock_media_stop_24.png
|
$(top_srcdir)/gtk/stock-icons/stock_media_stop_24.png \
|
||||||
|
$(srcdir)/images/font-button.png \
|
||||||
|
$(srcdir)/images/button.png \
|
||||||
|
$(srcdir)/images/check-button.png \
|
||||||
|
$(srcdir)/images/color-button.png \
|
||||||
|
$(srcdir)/images/combo-box-entry.png \
|
||||||
|
$(srcdir)/images/entry.png \
|
||||||
|
$(srcdir)/images/font-button.png \
|
||||||
|
$(srcdir)/images/frame.png \
|
||||||
|
$(srcdir)/images/label.png \
|
||||||
|
$(srcdir)/images/list-and-tree.png \
|
||||||
|
$(srcdir)/images/multiline-text.png \
|
||||||
|
$(srcdir)/images/panes.png \
|
||||||
|
$(srcdir)/images/radio-group.png \
|
||||||
|
$(srcdir)/images/separator.png \
|
||||||
|
$(srcdir)/images/toggle-button.png \
|
||||||
|
$(srcdir)/images/window.png
|
||||||
|
|
||||||
# Extra options to supply to gtkdoc-fixref
|
# Extra options to supply to gtkdoc-fixref
|
||||||
FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
|
FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html
|
||||||
|
|||||||
Reference in New Issue
Block a user