Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / infobase / configuration / cron / doxygen.crontab
index 48016eccfda511ff7ac3b84d8eda0b225ff9351f..035ee8e6b9fe8e0a552f2d17170acb61d749cd07 100644 (file)
@@ -1,12 +1,6 @@
 
-SHELL=/bin/bash
-
-# m h dom mon dow command
-
-USER=fred
-
-# this is out of date!
-
 #[doxygen]
-20 4 * * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; cd $HOME/hoople/docs; make) &>>/tmp/zz_doxy_make_$USER.log
+# update the feisty meow documentation once on each of tuesday, thursday and saturday.
+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 
+