[gimp/soc-2011-seamless-clone2] devel-docs: make the docs for app/ build again



commit 7076531888b0b1acf2ec9da2e00cac3642214506
Author: Michael Natterer <mitch gimp org>
Date:   Sat Mar 9 00:03:59 2013 +0100

    devel-docs: make the docs for app/ build again

 devel-docs/app/Makefile.am |   18 ++++--------------
 devel-docs/app/app.types   |    8 --------
 2 files changed, 4 insertions(+), 22 deletions(-)
---
diff --git a/devel-docs/app/Makefile.am b/devel-docs/app/Makefile.am
index f3ec7ee..d6fd158 100644
--- a/devel-docs/app/Makefile.am
+++ b/devel-docs/app/Makefile.am
@@ -28,22 +28,12 @@ CFILE_GLOB = $(DOC_SOURCE_DIR)/*.c
 
 # Header files to ignore when scanning
 IGNORE_HFILES = \
-       gimp-composite-dispatch.h       \
-       gimp-composite-regression.h     \
-       gimp-composite-altivec.h        \
-       gimp-composite-3dnow.h          \
-       gimp-composite-mmx.h            \
-       gimp-composite-sse.h            \
-       gimp-composite-sse2.h           \
-       gimp-composite-vis.h            \
-       gimp-composite-x86.h            \
        gimp-intl.h                     \
        gimpdbusservice-glue.h          \
        gimpimage-convert-data.h        \
        gimpimage-convert-fsdither.h    \
        gimphelp-ids.h                  \
-       gimprc-blurbs.h                 \
-       paint-funcs-generic.h
+       gimprc-blurbs.h
 
 # Images to copy into HTML directory
 HTML_IMAGES =
@@ -66,6 +56,8 @@ GTKDOC_LIBS = \
        -Wl,-u,$(SYMPREFIX)internal_procs_init                               \
        -Wl,-u,$(SYMPREFIX)gimp_coords_mix                                   \
        -Wl,-u,$(SYMPREFIX)gimp_plug_in_manager_restore                      \
+       -Wl,-u,$(SYMPREFIX)gimp_lebl_dialog                                  \
+       -Wl,-u,$(SYMPREFIX)gimp_param_spec_duplicate                         \
        $(top_builddir)/app/app.o                                            \
         $(top_builddir)/app/batch.o                                         \
         $(top_builddir)/app/errors.o                                        \
@@ -92,9 +84,7 @@ GTKDOC_LIBS = \
         $(top_builddir)/app/text/libapptext.a                               \
         $(top_builddir)/app/config/libappconfig.a                           \
         $(top_builddir)/app/gegl/libappgegl.a                               \
-        $(top_builddir)/app/paint-funcs/libapppaint-funcs.a                 \
-        $(top_builddir)/app/composite/libappcomposite.a                             \
-        $(top_builddir)/app/base/libappbase.a                               \
+        $(top_builddir)/app/operations/libappoperations.a                   \
         $(top_builddir)/libgimpwidgets/libgimpwidgets-$(GIMP_API_VERSION).la \
         $(top_builddir)/libgimpmodule/libgimpmodule-$(GIMP_API_VERSION).la   \
         $(top_builddir)/libgimpcolor/libgimpcolor-$(GIMP_API_VERSION).la     \
diff --git a/devel-docs/app/app.types b/devel-docs/app/app.types
index c420c71..4f431bc 100644
--- a/devel-docs/app/app.types
+++ b/devel-docs/app/app.types
@@ -12,7 +12,6 @@ gimp_airbrush_tool_get_type
 gimp_align_options_get_type
 gimp_align_tool_get_type
 gimp_anchor_get_type
-gimp_base_config_get_type
 gimp_bezier_stroke_get_type
 gimp_blend_options_get_type
 gimp_blend_tool_get_type
@@ -176,9 +175,6 @@ gimp_font_get_type
 gimp_font_list_get_type
 gimp_font_select_get_type
 gimp_font_view_get_type
-gimp_foreground_select_options_get_type
-gimp_foreground_select_tool_get_type
-gimp_foreground_select_tool_undo_get_type
 gimp_free_select_tool_get_type
 gimp_fuzzy_select_tool_get_type
 gimp_gegl_tool_get_type
@@ -222,8 +218,6 @@ gimp_ink_options_get_type
 gimp_ink_tool_get_type
 gimp_ink_undo_get_type
 gimp_interpreter_db_get_type
-gimp_iscissors_options_get_type
-gimp_iscissors_tool_get_type
 gimp_item_get_type
 gimp_item_prop_undo_get_type
 gimp_item_stack_get_type
@@ -268,8 +262,6 @@ gimp_operation_point_filter_get_type
 gimp_operation_point_layer_mode_get_type
 gimp_operation_posterize_get_type
 gimp_operation_threshold_get_type
-gimp_operation_tile_sink_get_type
-gimp_operation_tile_source_get_type
 gimp_operation_addition_mode_get_type
 gimp_operation_anti_erase_mode_get_type
 gimp_operation_behind_mode_get_type


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]