git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13583 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
15
lib/kokkos/doc/build_docs
Executable file
15
lib/kokkos/doc/build_docs
Executable file
@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ $TRILINOS_HOME ]; then
|
||||
echo "TRILINOS_HOME has already been set!"
|
||||
else
|
||||
echo "TRILINOS_HOME has not been set. Setting it!"
|
||||
export TRILINOS_HOME=`pwd`/../../..
|
||||
fi
|
||||
|
||||
echo
|
||||
echo "Generating main Kokkos doxygen documentation ..."
|
||||
echo
|
||||
|
||||
doxygen Doxyfile
|
||||
|
||||
Reference in New Issue
Block a user