[Cogl] [PATCH 46/53] doc: Update the list of files to ignore

Damien Lespiau damien.lespiau at gmail.com
Tue Jan 1 06:31:22 PST 2013


From: Damien Lespiau <damien.lespiau at intel.com>

Another list to maintain by hand. We could split the variables declaring
the source files into private and public header in a separate Makefile
and then include it from both doc/reference/cogl/Makefile and
cogl/Makefile, but I'll leave this for the next person to look at the
documentation.
---
 doc/reference/cogl2/Makefile.am |   25 +++++++++++++++++++------
 1 files changed, 19 insertions(+), 6 deletions(-)

diff --git a/doc/reference/cogl2/Makefile.am b/doc/reference/cogl2/Makefile.am
index 2df69d9..e9c5751 100644
--- a/doc/reference/cogl2/Makefile.am
+++ b/doc/reference/cogl2/Makefile.am
@@ -57,21 +57,34 @@ cogl_private_headers := \
 	cd $(top_srcdir)/cogl/winsys && echo *-private.h && cd -)
 
 IGNORE_HFILES=\
+	driver 					\
+	tesselator				\
+	cogl.h					\
 	$(cogl_private_headers)			\
 	cogl-atlas.h				\
-	cogl-program.h				\
-	cogl-shader.h				\
+	cogl-bitmap-packing.h			\
+	cogl-bitmask.h				\
 	cogl-blend-string.h 			\
+	cogl-blit.h				\
+	cogl-boxed-value.h			\
 	cogl-clip-stack.h 			\
 	cogl-debug.h 				\
+	cogl-debug-options.h 			\
 	cogl-defines.h 				\
+	cogl-driver.h				\
+	cogl-enum-types.h			\
+	cogl-flags.h				\
+	cogl-gles2-types.h			\
+	cogl-gl-header.h			\
+	cogl-glsl-shader-boilerplate.h		\
 	cogl-internal.h 			\
-	cogl-matrix-mesa.h 			\
-	cogl-spans.h 				\
 	cogl-profile.h				\
+	cogl-queue.h				\
+	cogl-rectangle-map.h			\
+	cogl-spans.h 				\
+	cogl-texture-driver.h			\
 	cogl-util.h 				\
-	driver 					\
-	tesselator
+	$(NULL)
 
 EXTRA_HFILES=
 
-- 
1.7.7.5



More information about the Cogl mailing list