Ignore:
Timestamp:
Apr 20, 2006, 4:43:10 PM (18 years ago)
Author:
ole
Message:

Comments and take care of latex2html not knowing about datetime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/update_anuga_user_manual.py

    r2733 r2736  
    11#!/usr/bin/env python
     2
     3"""Update, compile and create PDF and HTML from LaTeX file
     4
     5This can for example be run from a cronjob:
     6
     7  crontab -e
     8
     9with content
     10
     11SHELL=/bin/sh
     12PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:~/bin
     13
     14# m h dom mon dow command
     15  42 *  *   *   *  ~/anuga/documentation/user_manual/update_anuga_user_manual.py > ~/anuga/documentation/user_manual/update_anuga.log
     16#
     17
     18
     19Note UNIX only
     20 
     21"""
     22
    223
    324import os
Note: See TracChangeset for help on using the changeset viewer.