Ignore:
Timestamp:
01/04/06 16:58:54 (18 years ago)
Author:
bas
Message:

EmailtoTracScript?:

Makefile:

  • Added clean option
  • Changed some defaults

email2trac.py:

  • Updated documentation

INSTALL:

  • Changed the docs
File:
1 edited

Legend:

Unmodified
Added
Removed
  • emailtotracscript/0.9/Makefile

    r8 r9  
    66# TRAC_USER "www-data"
    77# TRAC_SCRIPT_NAME "email2trac.py"
    8 # INSTALL_DIR "/usr/bin"
    98#
    109#MTA_USER=daemon
     
    1312#INSTALL_DIR=/www/Web/servers/trac/site-config/scripts
    1413#PYTHON_BIN=/usr/local/Python/pro/bin/python
     14
     15INSTALL_DIR=/usr/bin
     16PYTHON_BIN=/usr/bin/python
    1517
    1618CC=gcc
     
    3537          chmod a+x $(INSTALL_DIR)/$$script ; \
    3638        done
     39
     40clean:
     41        rm run_email2trac
Note: See TracChangeset for help on using the changeset viewer.