]> xenbits.xensource.com Git - people/andrewcoop/hwloc.git/commitdiff
Run "make doc" before "make distcheck" in the nightly tarball script.
authorJeff Squyres <jsquyres@cisco.com>
Mon, 27 Jan 2014 14:50:58 +0000 (09:50 -0500)
committerJeff Squyres <jsquyres@cisco.com>
Mon, 27 Jan 2014 14:50:58 +0000 (09:50 -0500)
It is now necessary to have the docs built before running "make dist",
so update the nightly script to do that.

contrib/nightly/make_snapshot_tarball

index f069caad81ae646468b81865ffd634197595b8eb..3adbc71efeb9f2c9325952fe73ae3e17ee8aa71e 100755 (executable)
@@ -10,7 +10,7 @@
 #                         University of Stuttgart.  All rights reserved.
 # Copyright (c) 2004-2005 The Regents of the University of California.
 #                         All rights reserved.
-# Copyright © 2006-2013 Cisco Systems, Inc.  All rights reserved.
+# Copyright © 2006-2014 Cisco Systems, Inc.  All rights reserved.
 # $COPYRIGHT$
 #
 # Additional copyrights may follow
@@ -216,6 +216,10 @@ do_command "./autogen.sh"
 # do config
 do_command "./configure"
 
+# because of the doxygen setup, we now much run "make doc" before we
+# run "make dist".
+do_command "make doc"
+
 # Do make distcheck (which will invoke config/distscript.csh to set
 # the right values in VERSION).  distcheck does many things; we need
 # to ensure it doesn't pick up any other installs via LD_LIBRARY_PATH.