mirror of
https://github.com/brl/mutter.git
synced 2025-01-25 19:08:56 +00:00
Clean up the clutter API reference Makefile.am
This commit is contained in:
parent
bb2d807d2a
commit
2475443a87
@ -1,17 +1,4 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
|
||||||
|
|
||||||
# We require automake 1.6 at least.
|
|
||||||
AUTOMAKE_OPTIONS = 1.6
|
|
||||||
|
|
||||||
# This is a blank Makefile.am for using gtk-doc.
|
|
||||||
# Copy this to your project's API docs directory and modify the variables to
|
|
||||||
# suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples
|
|
||||||
# of using the various options.
|
|
||||||
|
|
||||||
# The name of the module, e.g. 'glib'.
|
|
||||||
DOC_MODULE = clutter
|
DOC_MODULE = clutter
|
||||||
|
|
||||||
# The top-level SGML file. You can change this if you want to.
|
|
||||||
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
|
DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.xml
|
||||||
|
|
||||||
# The directory containing the source code. Relative to $(srcdir).
|
# The directory containing the source code. Relative to $(srcdir).
|
||||||
@ -140,6 +127,11 @@ HTML_IMAGES=\
|
|||||||
offscreen-redirect.png \
|
offscreen-redirect.png \
|
||||||
test-actor.png
|
test-actor.png
|
||||||
|
|
||||||
|
# SVG used to generate the images above
|
||||||
|
SVG_IMAGES = \
|
||||||
|
animator-key-frames.svg \
|
||||||
|
easing-modes.svg
|
||||||
|
|
||||||
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
|
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
|
||||||
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
|
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
|
||||||
content_files = \
|
content_files = \
|
||||||
@ -171,7 +163,7 @@ expand_content_files= \
|
|||||||
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
|
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
|
||||||
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
|
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
|
||||||
|
|
||||||
INCLUDES=-I$(top_srcdir) -I$(top_srcdir)/clutter -I$(top_srcdir)/clutter/cogl -I$(top_builddir) -I$(top_builddir)/clutter -I$(top_builddir)/clutter/cogl $(CLUTTER_CFLAGS)
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/clutter -I$(top_builddir) -I$(top_builddir)/clutter $(CLUTTER_CFLAGS)
|
||||||
GTKDOC_LIBS = $(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la $(CLUTTER_LIBS)
|
GTKDOC_LIBS = $(top_builddir)/clutter/libclutter-@CLUTTER_API_VERSION@.la $(CLUTTER_LIBS)
|
||||||
|
|
||||||
# This includes the standard gtk-doc make rules, copied by gtkdocize.
|
# This includes the standard gtk-doc make rules, copied by gtkdocize.
|
||||||
@ -179,18 +171,4 @@ include $(top_srcdir)/gtk-doc.make
|
|||||||
|
|
||||||
# Other files to distribute
|
# Other files to distribute
|
||||||
# e.g. EXTRA_DIST += version.xml.in
|
# e.g. EXTRA_DIST += version.xml.in
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += $(HTML_IMAGES) $(SVG_IMAGES)
|
||||||
actor-box.png \
|
|
||||||
animator-key-frames.png \
|
|
||||||
animator-key-frames.svg \
|
|
||||||
bin-layout.png \
|
|
||||||
box-layout.png \
|
|
||||||
constraints-example.png \
|
|
||||||
easing-modes.png \
|
|
||||||
easing-modes.svg \
|
|
||||||
event-flow.png \
|
|
||||||
flow-layout-horizontal.png \
|
|
||||||
flow-layout-vertical.png \
|
|
||||||
path-alpha-func.png \
|
|
||||||
offscreen-redirect.png \
|
|
||||||
test-actor.png
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user