Changeset 6594


Ignore:
Timestamp:
Jan 9, 2009, 5:50:47 PM (16 years ago)
Author:
RIck van der Zwet
Message:

make genesis configuration was missing a readme directive and config files could not be specified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/Makefile

    r6511 r6594  
    5757genesis:
    5858# import data from exodus
    59         @./bin/django runscript genesis_to_exodus
     59        @echo 'Using input file at variable PY_CONF containing the location of py.conf "$(PY_CONF)"'
     60        @echo 'py.conf is generated by running "for file in CNode*/wleiden.conf '
     61        @echo 'proxy*/wleiden.conf; do ./genesis-to-py.pl $$file; done > py.conf"'
     62        @echo 'at genesis directory'
     63        @echo 'If import fails, make sure to use a fresh database (hint: make new)'
     64        @echo ''
     65        @./bin/django runscript genesis_to_exodus $(PY_CONF)
    6066
    6167new: clean debug-init debug
Note: See TracChangeset for help on using the changeset viewer.