diff options
author | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-01-15 02:15:06 +0000 |
---|---|---|
committer | Todd Zullinger <tmzullinger@users.sourceforge.net> | 2007-01-15 02:15:06 +0000 |
commit | fd4da97c4f54350ef752184fd615414c5f48522c (patch) | |
tree | bc890d649054ab7ce37da5504504b7fe2481d9bf | |
parent | d0beca8eca988f6dad175d3d52f5a296f390a9c1 (diff) | |
download | libgpod-fd4da97c4f54350ef752184fd615414c5f48522c.tar.gz libgpod-fd4da97c4f54350ef752184fd615414c5f48522c.tar.xz libgpod-fd4da97c4f54350ef752184fd615414c5f48522c.zip |
build bindings after docs so the gtk-docs can be converted and used
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1373 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index de9e100..72df39e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS=src bindings tests po m4 docs +SUBDIRS=src tests po m4 docs bindings # build documentation when doing a distcheck. DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc |