comparison scripts/setup_board.sh @ 407:5f3d7c23ffa7 prerelease

doxygen places xml and html docs in Documentation folder. setup_board.sh runs doxygen
author Liam Donovan <l.b.donovan@qmul.ac.uk>
date Wed, 15 Jun 2016 12:23:29 +0100
parents f5fcd50a6f8d
children a9c37b2a5b77
comparison
equal deleted inserted replaced
406:f5fcd50a6f8d 407:5f3d7c23ffa7
57 fi 57 fi
58 # Create remaining directories needed for building 58 # Create remaining directories needed for building
59 echo "Creating directory structure on BeagleBone..." 59 echo "Creating directory structure on BeagleBone..."
60 ssh $BBB_ADDRESS "mkdir -p $BBB_BELA_HOME/build ; mkdir -p $BBB_BELA_HOME/build/core ; mkdir -p $BBB_BELA_HOME/build/projects; mkdir -p $BBB_BELA_HOME/projects" &&\ 60 ssh $BBB_ADDRESS "mkdir -p $BBB_BELA_HOME/build ; mkdir -p $BBB_BELA_HOME/build/core ; mkdir -p $BBB_BELA_HOME/build/projects; mkdir -p $BBB_BELA_HOME/projects" &&\
61 echo "Done." 61 echo "Done."
62 echo "Creating on-board documentation..."
63 ssh $BBB_ADDRESS "cd $BBB_BELA_HOME; doxygen" &&\
64 echo "Done."
62 else 65 else
63 echo "Aborting..." 66 echo "Aborting..."
64 exit 67 exit
65 fi 68 fi
66 69