Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0
Commit Graph

9 Commits

Author SHA1 Message Date
Einar Ryeng b6d1eb022e Fixes error during make in parent directory. 2010-06-30 08:30:15 +00:00
Einar Ryeng 2020c13b97 Fixing the colours of the overview image. 2008-12-06 14:37:10 +00:00
Einar Ryeng cc9416b3f7 GUI overview figure. 2008-12-06 00:58:35 +00:00
Einar Ryeng 7e6bac20e1 FIXING STUFF!
Rename should be complete or almost so.
2008-12-05 22:07:56 +00:00
Einar Ryeng d3eba1cd8b Deleted doc/Makefile because it should be generated by configure. 2008-12-05 20:02:13 +00:00
Einar Ryeng 04b7cbb872 Lots of changes in structure to make it possible to package the program while
still allowing workflows to be placed in several locations in the file system.

The installation procedure is now ./configure && make install configure will
run m4 on fluents/paths.py.m4, Makefile.m4 and doc/Makefile.m4 so that the
installation system and the program will know where some important directories
are located.

The paths.py.m4 and consequently also pahts.py files are just listings of
directories configured during install.  I did this to separate these from all
other files so that as little as possible is touched by m4. It is still
necessary to do an install now to get the program to run in a clean checkout.

Workflows can now be placed anywhere in the system. This is done by setting the
workflowdir variable in the configuration file. All workflow directories,
separated by semicolons, are added to the python path.

The use of setup.py is now deprecated.
2008-12-05 00:12:49 +00:00
Einar Ryeng 63d6347f37 Fixed makefile to not use lots of space on inherited function documentation. 2007-08-02 10:04:06 +00:00
Einar Ryeng fe96772319 Expanded some documentation.
Added clean target to doc Makefile.
2006-10-17 17:18:46 +00:00
Einar Ryeng fb3d9f2050 Added documentation directory with a Makefile to generate source code
documentation. This adds python-epydoc as a build dependency.
2006-10-17 15:06:24 +00:00