summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-07-29 10:10:29 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-07-29 10:10:29 +0000
commit4557a2658060067d1efb9c929fe2949fbff1c212 (patch)
tree81c124205248c5be8d72c1b70ffc943ece2aa79d /Makefile.am
parente74b63cfa3ad05e586d95c6ed8a6fc86c36f885b (diff)
downloadglibmm-4557a2658060067d1efb9c929fe2949fbff1c212.tar.gz
Build the docs at the end, after the tests, to save time when testing API
2008-07-29 Murray Cumming <murrayc@murrayc.com> * Makefile.am: Build the docs at the end, after the tests, to save time when testing API changes. * glib/src/tree.hg: Const corrections: Add const and non-const versions of many methods, instead of returning non-const objects from const methods. find(). Changed max_height() to get_max_height() for consistency. * tests/glibmm_tree/main.cc: Adapted to changed API. svn path=/trunk/; revision=698
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 09baeb44..1fb3b8de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -I scripts
-SUBDIRS = tools glib gio examples docs scripts tests MSVC_Net2003
+SUBDIRS = tools glib gio examples scripts tests MSVC_Net2003 docs
DIST_SUBDIRS = $(SUBDIRS)
EXTRA_DIST = build_shared/Makefile_build.am_fragment \