From 2cb3a41dff2f3758bff7ea8d139c09dee2ea18e6 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 21 Jan 2009 10:58:32 +0000 Subject: [PATCH] [docs] Build COGL API reference first Since the Clutter API reference needs some types from COGL's, we should be building COGL's API reference first. --- doc/reference/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index c136c4721..9c93f95fe 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -1 +1 @@ -SUBDIRS = clutter cogl +SUBDIRS = cogl clutter