Revision: 751 http://rpy.svn.sourceforge.net/rpy/?rev=751&view=rev Author: lgautier Date: 2009-08-16 05:52:41 +0000 (Sun, 16 Aug 2009)
Log Message: ----------- Adapted the Makefile to the new templating system Modified Paths: -------------- trunk/htdocs/Makefile Modified: trunk/htdocs/Makefile =================================================================== --- trunk/htdocs/Makefile 2009-08-16 05:49:10 UTC (rev 750) +++ trunk/htdocs/Makefile 2009-08-16 05:52:41 UTC (rev 751) @@ -1,23 +1,14 @@ PYTHON=python -SRC = news.data documentation.data download.data \ - faq.data index.data todo.data bugs.data maillist.data \ - svn.data plotting-with-RPy.data rpy_demo.data contacts.data \ - rpy.data rpy2.data rpy2_download.data rpy2_bugs.data - -TARGETS = $(addsuffix .html,$(basename $(SRC))) - all: manual html manual: rpy/doc/rpy.texi cd rpy/doc && $(MAKE) all -html: $(TARGETS) +html: + ${PYTHON} build.py chmod -R g+w . -%.html: %.data template.html - $(PYTHON) subs.py template.html $< $@ - clean: rm -f manual.{cp,cps,fn,fns,ky,kys,log,pg,pgs,tmp,toc,tp} rm -f manual.{tps,vr,vrs,aux} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ rpy-list mailing list rpy-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rpy-list