[libgfbgraph] doc: Fixed the build order to compile first the library, then the documentation



commit de54098c72d87df035bb97e58ff6bdab7f340580
Author: Álvaro Peña <alvaropg gmail com>
Date:   Tue Dec 10 23:27:32 2013 +0100

    doc: Fixed the build order to compile first the library, then the documentation

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 71e8197..056d414 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = docs gfbgraph tests
+SUBDIRS = gfbgraph docs tests
 ACLOCAL_AMFLAGS = -I m4
 
 libgfbgraphdocdir = ${prefix}/doc/libgfbgraph


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