Merge branch 'release-2.140.115'
[feisty_meow.git] / infobase / configuration / cron / doxygen.crontab
index fa51d99a9e9fc15e56b2859fbd730eff1e7d8655..02770c813fe0aaf748235735343f4cfba7b46b35 100644 (file)
@@ -1,6 +1,10 @@
 
+##############
+
 #[doxygen]
 # 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/${USER}-cron-doxygen.log 
+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 
+
 
+##############