updated to specific CRONUSER variable
[feisty_meow.git] / infobase / configuration / cron / doxygen.crontab
index 4ea575e56a516f57d8ec6c91ab370e8cd97790e9..c75baed65ce8dd29424216f6ba3b59178277104f 100644 (file)
@@ -1,10 +1,6 @@
 
-SHELL=/bin/bash
-
-# m h dom mon dow command
-
-USER=fred
-
 #[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 $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; cd $HOME/feisty_meow/documentation; make) &>>/tmp/${CRONUSER}-cron-doxygen.log 
+