Index: /branches/rel1/psLib/src/Doxyfile
===================================================================
--- /branches/rel1/psLib/src/Doxyfile	(revision 1052)
+++ /branches/rel1/psLib/src/Doxyfile	(revision 1053)
@@ -619,5 +619,5 @@
 # generate Latex output.
 
-GENERATE_LATEX         = NO
+GENERATE_LATEX         = YES
 
 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
Index: /branches/rel1/psLib/src/Makefile.Globals
===================================================================
--- /branches/rel1/psLib/src/Makefile.Globals	(revision 1052)
+++ /branches/rel1/psLib/src/Makefile.Globals	(revision 1053)
@@ -5,6 +5,6 @@
 ##  Assumptions:    Variable "prefix" already defined
 ##
-##  $Revision: 1.10.2.2 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-06-15 21:46:21 $
+##  $Revision: 1.10.2.3 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-06-15 22:06:36 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -57,5 +57,5 @@
     DLL = so
     SO  = so
-    DOCS = doxygen Doxyfile
+    DOCS = doxygen Doxyfile; make --directory=$(prefix)/docs/latex
     BUILD_DYNAMIC1 = $(CC) $(LDFLAGS_DLL) -Wl,--whole-archive
     BUILD_DYNAMIC2 = -Wl,--no-whole-archive -lm -o
