[Numpy-svn] r3579 - trunk/numpy/doc/swig

numpy-svn at scipy.org numpy-svn at scipy.org
Wed Mar 14 17:12:04 EDT 2007


Author: wfspotz at sandia.gov
Date: 2007-03-14 16:11:59 -0500 (Wed, 14 Mar 2007)
New Revision: 3579

Modified:
   trunk/numpy/doc/swig/README
Log:
Updated README file

Modified: trunk/numpy/doc/swig/README
===================================================================
--- trunk/numpy/doc/swig/README	2007-03-14 21:08:25 UTC (rev 3578)
+++ trunk/numpy/doc/swig/README	2007-03-14 21:11:59 UTC (rev 3579)
@@ -58,8 +58,10 @@
 a _Series extension module and a Series python module.  The Makefile
 automates everything, setting up the dependencies, calling swig to
 generate the wrappers, and calling setup.py to compile the wrapper
-code and generate the shared object.  Targets "all" (default),
-"clean" and "html" (generate HTML documentation) are supported.
+code and generate the shared object.  Targets "all" (default), "doc"
+and "clean" are supported.  The "doc" target creates HTML
+documentation (with make target "html"), and PDF documentation (with
+make targets "tex" and "pdf").
 
 To build and test the code, simply execute from the shell::
 




More information about the Numpy-svn mailing list