===================================================================
RCS file: /home/cvs/OpenXM/doc/OpenXM-web/ERRATA.html,v
retrieving revision 1.6
retrieving revision 1.13
diff -u -p -r1.6 -r1.13
--- OpenXM/doc/OpenXM-web/ERRATA.html 2000/01/26 07:48:11 1.6
+++ OpenXM/doc/OpenXM-web/ERRATA.html 2000/03/19 10:54:55 1.13
@@ -1,32 +1,39 @@
-ERRATA (20000124), OpenXM
+ERRATA for 1.1.2 (May 20, 2000), OpenXM
-ERRATA (20000124) (OpenXM)
+ERRATA for 1.1.2 (May 20, 2000) : IMPORTANT
-
+ Nothing for now.
+
- (OpenXM/doc/install-??.txt)
- The line "source .cshrc" should be added at the last of .login
- in some unix distributions.
+
- (OpenXM/doc/install-??.txt)
- Wrong: source /xxx/yyy/OpenXM/rc/dot.bash
- ===> Correct: source /xxx/yyy/OpenXM/rc/dot.bashrc
- (OpenXM/doc/install-??.txt)
- Wrong: or read dot.bash or dot.cshrc file by the source command.
- ===> Correct : or read dot.bashrc or dot.cshrc file by the source command.
+
-
+ERRATA for 1.1.2 (May 20, 2000) : Minor corrections
+
+
+ [1] openxm01-1.1.2.tar.gz (source distribution):
+ bash$ diff -s Makefile.old Makefile
+ 13c13
+ < (cd packages/doc ; make install)
+ ---
+ > -(cd packages/doc ; make install)
+
+
+
+
+