comparison scripts/update_board @ 551:c6ccaf53381a prerelease

update_board removes old dox
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 24 Jun 2016 15:18:07 +0100
parents fcf36d293458
children
comparison
equal deleted inserted replaced
550:5d954690a7c1 551:c6ccaf53381a
170 error_handler $? 170 error_handler $?
171 171
172 if [ $DOXYGEN -eq 1 ] 172 if [ $DOXYGEN -eq 1 ]
173 then 173 then
174 printf "Generating on-board documentation..." 174 printf "Generating on-board documentation..."
175 ssh $BBB_ADDRESS "cd $BBB_BELA_HOME; doxygen &> /dev/null" 175 ssh $BBB_ADDRESS "cd $BBB_BELA_HOME; rm -rf Documentation/; doxygen &> /dev/null"
176 error_handler $? "\nError while generating Doxygen documentation\n" 176 error_handler $? "\nError while generating Doxygen documentation\n"
177 fi 177 fi
178 178
179 if [ $FULL -eq 1 ] 179 if [ $FULL -eq 1 ]
180 then 180 then