7489dd5ae4
12-March-2000: Version 0.60 released. * Changed license to LGPL!!! * Added SetAutoResetStayConstants(), FIsAutoResetStayConstants(), make ResetStayConstants() public 29-Jan-2000: Version 0.55 released. * Some bug fixes * Added ClSimplexSolver::{ChangeStrength,ChangeStrengthAndWeight,ChangeWeight, DisplayObjective,ExternalResetStayConstants} fns From A. Beurivé. 16-Dec-1999: Version 0.54a released. * Include correct version of OTI Smalltalk .dat file (the source in the *.app files was right, the .dat file was old) * Fix java build bug 15-Dec-1999: Version 0.54 released. * Bug fixes * auto-configuration improvements * Support Java 2 (jdk-1.2) * Improved ease of building Java demos * Build guile wrapper as long as guile-config works, use new --disable-guile-build to force off * Alpha-version of Java constraint parser contributed by Will Portnoy 24-October-1999: Version 0.53 released. * Bug fixes * License exception for linking with Scwm. 25-September-1999: Version 0.52 released. * Bug fix for nested edits where a later edit includes an already-being-edited variable 14-September-1999: Version 0.51 released. * Minor bug fixes * Much better packaging, RPMs, etc. more forced reliance on GTL
13 lines
337 B
Text
13 lines
337 B
Text
$NetBSD: patch-aa,v 1.2 2000/07/31 06:58:36 jlam Exp $
|
|
|
|
--- docs/Makefile.in.orig Sun Mar 12 17:15:11 2000
|
|
+++ docs/Makefile.in Mon Jul 31 00:55:30 2000
|
|
@@ -94,7 +94,7 @@
|
|
YACC = @YACC@
|
|
cassoguiledir = @cassoguiledir@
|
|
|
|
-docdir = $(prefix)/doc
|
|
+docdir = $(prefix)/share/doc/cassowary
|
|
|
|
doc_DATA = cassowary-tr.pdf cassowary-tr.ps.gz
|
|
|