Revision: 4574
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4574&view=rev
Author:   fer_perez
Date:     2007-12-03 22:46:07 -0800 (Mon, 03 Dec 2007)

Log Message:
-----------
small makefile fixes

Modified Paths:
--------------
    trunk/py4science/workbook/Makefile

Modified: trunk/py4science/workbook/Makefile
===================================================================
--- trunk/py4science/workbook/Makefile  2007-12-04 06:24:07 UTC (rev 4573)
+++ trunk/py4science/workbook/Makefile  2007-12-04 06:46:07 UTC (rev 4574)
@@ -4,8 +4,10 @@
 
 # Warning: list the .aux *before* the bbl.  It's probably possible to get the
 # rules right, but I'm not sure how.
+TEXFILES = $(wildcard *.tex)
+
 SKEL_SRC = workbook_skeletons.aux workbook_skeletons.bbl \
-workbook_skeletons.tex main.tex
+workbook_skeletons.tex $(TEXFILES)
 
 SOL_SRC = $(subst _skeletons,_solved,$(SKEL_SRC))
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to