Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / infobase / configuration / cron / doxygen.crontab
1
2 ##############
3
4 #[doxygen]
5 # update the feisty meow documentation once on each of tuesday, thursday and saturday.
6 20 4 * * 2,4,6 (source $FEISTY_MEOW_APEX/scripts/core/launch_feisty_meow.sh; cd $FEISTY_MEOW_APEX/documentation; make) &>>/tmp/${CRONUSER}-cron-doxygen.log 
7
8
9 ##############
10