Menu

Commit [r415]  Maximize  Restore  History

updated users make

jdh2358 2004-07-21

changed /trunk/users_guide/Makefile
changed /trunk/users_guide/README
/trunk/users_guide/Makefile Diff Switch to side-by-side view
--- a/trunk/users_guide/Makefile
+++ b/trunk/users_guide/Makefile
@@ -1,13 +1,19 @@
 # Makefile for matplotlib users_guide
 PYTHON = /usr/local/bin/python2.3
 
+all:
+	make figs dvi pdf
 
 clean: 	
 	find . \( -name "*~" -o -name "*.pyc" -o -name "#*" \) | xargs rm -f;\
 	rm -f *.log *.pdf *.aux *.dvi *.ps
+
 
 pdf: 	
 	pdflatex users_guide
 
 dvi: 	
 	latex users_guide
+
+figs:
+	cd code; ${PYTHON} runall.py
\ No newline at end of file
/trunk/users_guide/README Diff Switch to side-by-side view
--- a/trunk/users_guide/README
+++ b/trunk/users_guide/README
@@ -4,12 +4,10 @@
 
   * Generate the figures (png and eps) by running the script runall.py
     in the code dir.  Verify that the figures in the figures dir are
-    built.  Verify also that the *.dat files in data were built
+    built.  Verify also that the *.dat files in data were built.  Or
+    run 'make figs'
 
-  * run latex 
+  * build the docs
 
-      > latex users_guide # to generate dvi/ps and 
-    or 
-      
-      > pdflatex users_guide  # pdf
-
+    > make dvi
+    > make pdf
\ No newline at end of file
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.