changeset 1015:6f88b68afde4

Changes to reflect modifications to Makefile (added targets docs, libs and programs).
author neelin <neelin>
date Tue, 10 Dec 1996 14:28:46 +0000
parents abc2e561fd95
children 3360d01230e8
files README
diffstat 1 files changed, 10 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README
+++ b/README
@@ -65,11 +65,19 @@
       NETCDF_PREFIX to tell it where to look for the netcdf stuff (if
       it is not in .. or /usr/local).
 
-   3. The host type information is only needed for compiling the
+   3. The documentation in the doc subdirectory is only built if you
+      use the command "make docs". Manual pages for programs are 
+      converted by default.
+
+   4. You can selectively "make libs" or "make programs" if you wish 
+      to build the package in separate pieces (for creating shared 
+      libraries, for example).
+
+   5. The host type information is only needed for compiling the
       fortran interface. This is only done if f77 exists on your system
       and the OS type is irix. You can force the fortran compilation by
       setting BUILD_FORTRAN to "yes" before running configure. The fortran 
       interface has only been tested under irix 4 and 5.
 
-   4. The package has not been set up for cross-compiling.
+   6. The package has not been set up for cross-compiling.