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.
|