Enrico Tassi [Mon, 7 Jan 2008 09:01:29 +0000 (09:01 +0000)]
removed all Developments related stuff in glade file,
added matita.includes to the default paths matita uses,
nice error message when a file is not found
Enrico Tassi [Sat, 5 Jan 2008 16:55:25 +0000 (16:55 +0000)]
some work on making the compiler command line cleaner,
moved the .ma instantiation of the Make module in
matitacLib.
still not working:
./matitac library/nat/plus/ma
while should work:
../matitac nat/plus.ma
Enrico Tassi [Fri, 4 Jan 2008 18:31:43 +0000 (18:31 +0000)]
make directory erased, no more -bench since it is the default,
-v activates verbose mode, no more "matita.verbosity" and "matita.bench"
just "matita.verbose". erased matitatop.
Enrico Tassi [Fri, 4 Jan 2008 16:32:27 +0000 (16:32 +0000)]
matitac now compiles like make (recorsively) if needed.
baseuri is not a non optional field of the grafite status, since
you can always know it at the beginnig