[PATCH:modular] build.sh: move doc build before proto & libs

Alan Coopersmith alan.coopersmith at oracle.com
Mon Dec 13 06:44:28 PST 2010


Now that many protocol & library modules include DocBook documentation
that uses the stylesheets from xorg-sgml-doctools to build, install
those first.

Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 build.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build.sh b/build.sh
index 7b385fc..52e7f23 100755
--- a/build.sh
+++ b/build.sh
@@ -1148,11 +1148,11 @@ if [ X"$MODFILE" = X ]; then
     # Required by mesa
     build util makedepend
 
+    build_doc
     build_proto
     build_lib
     build_mesa
 
-    build_doc
     build data bitmaps
     build_app
     build_xserver
-- 
1.7.3.2



More information about the xorg-devel mailing list