aboutsummaryrefslogtreecommitdiff
path: root/.buildbot/install.sh
blob: 8ddd77ec066fd9f18e0c0ebda07773000e752857 (plain) (blame)
1
2
3
4
5
#!/bin/bash

cd doc/tutorial; make tutorial.html &> /dev/null; cd -
cd doc/doxygen; make full &> /dev/null; cd -
make install