Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "raven"]
path = raven
url = https://github.com/idaholab/raven.git
19 changes: 19 additions & 0 deletions doc/make_docs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/bash
SCRIPT_NAME=`readlink $0`
if test -x "$SCRIPT_NAME";
then
SCRIPT_DIRNAME=`dirname $SCRIPT_NAME`
else
SCRIPT_DIRNAME=`dirname $0`
fi
SCRIPT_DIR=`(cd $SCRIPT_DIRNAME; pwd)`

set -o errexit

#building user manual
cd $SCRIPT_DIR/user_manual/
make

#sqa manual
cd $SCRIPT_DIR/sqa/
./make_docs.sh
1 change: 1 addition & 0 deletions raven
Submodule raven added at 8ad7ca
Loading