Mercurial > hg > beaglert
comparison scripts/update_board.sh @ 429:8533f7198644 prerelease
Re-added Doxygen
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 16 Jun 2016 19:21:46 +0100 |
parents | b27676f871d7 |
children | 8c4b97cc63b8 |
comparison
equal
deleted
inserted
replaced
428:b27676f871d7 | 429:8533f7198644 |
---|---|
145 printf "Creating directory structure on BeagleBone..." | 145 printf "Creating directory structure on BeagleBone..." |
146 ssh $BBB_ADDRESS "mkdir -p $BBB_BELA_HOME/build/core $BBB_BELA_HOME/projects" | 146 ssh $BBB_ADDRESS "mkdir -p $BBB_BELA_HOME/build/core $BBB_BELA_HOME/projects" |
147 error_handler $? | 147 error_handler $? |
148 | 148 |
149 printf "Generating on-board documentation..." | 149 printf "Generating on-board documentation..." |
150 #ssh $BBB_ADDRESS "cd $BBB_BELA_HOME; doxygen &> /dev/null" | 150 ssh $BBB_ADDRESS "cd $BBB_BELA_HOME; doxygen &> /dev/null" |
151 error_handler $? "\nError while generating Doxygen documentation\n" | 151 error_handler $? "\nError while generating Doxygen documentation\n" |
152 | 152 |
153 #------------- | 153 #------------- |
154 #Installing IDE | 154 #Installing IDE |
155 ls $IDE_FOLDER/scripts/setup_IDE.sh >/dev/null 2>/dev/null | 155 ls $IDE_FOLDER/scripts/setup_IDE.sh >/dev/null 2>/dev/null |