# HG changeset patch # User David A. Holland # Date 1369711140 14400 # Node ID ceecdbbb136485ec86c6f2db25d8293e27bcd0bd # Parent 298c8a7f5181debf4cbdb623ebd932e147e281e2 some updates diff -r 298c8a7f5181 -r ceecdbbb1364 TODO --- a/TODO Mon May 27 23:16:42 2013 -0400 +++ b/TODO Mon May 27 23:19:00 2013 -0400 @@ -1,8 +1,14 @@ There is no permissions setup for the SQL schema. -Does not currently install any of the SQL files. +There are no indexes declared, except for implicitly via primary keys. None of the scripts actually exist yet. -Does not have the scripts or config mechanism to install a test -environment. +Needs a configure script. +in the meantime, set these things in config.mk: + DESTDIR + PREFIX +and config.sed should substitute these things: + @PYTHON@ + @SH@ + @VERSION@