Made "make htmldocs" the last step.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@609 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2008-12-06 16:28:05 +00:00
parent e2ef5de20c
commit 8dadf2c789
+2 -2
View File
@@ -39,10 +39,10 @@
# - Run 'make allmodconfig'.
# - Run the sparse source code checker on the SCST directory.
# - Run 'make headers_check'.
# - Run 'make htmldocs'.
# - Compile the kernel tree.
# - Run 'make checkstack'.
# - Run 'make namespacecheck'.
# - Run 'make htmldocs'.
#
# Note: the results of the individual steps are not verified by this script
# -- the output generated by the individual steps has to be verified by
@@ -436,10 +436,10 @@ do
patch_and_configure_kernel $k
run_sparse $k
run_headers_check $k
run_make_htmldocs $k
compile_patched_kernel $k
run_checkstack $k
run_namespacecheck $k
run_make_htmldocs $k
else
echo "FAILED for kernel $k"
fi