[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet s.popinet at niwa.co.nz
Fri May 15 02:52:50 UTC 2009


The following commit has been merged in the upstream branch:
commit 44f36c2fe57cb62b467e0d2fc0a2ec6f821df83b
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date:   Fri Oct 7 15:09:58 2005 +1000

    Makefile.deps are cleaned (to force them to be updated)
    
    darcs-hash:20051007050958-fbd8f-7439640931e6471608b90e58b93483703eea9ccd.gz

diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 4759597..02e7ccb 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -27,7 +27,7 @@ bin_SCRIPTS = \
 BUILT_SOURCES= \
 	gfs2doc
 
-CLEANFILES = $(BUILT_SOURCES)
+CLEANFILES = $(BUILT_SOURCES) Makefile.deps
 
 dist_pkglib_DATA = gfs2tex.py
 
diff --git a/doc/tutorial/Makefile.am b/doc/tutorial/Makefile.am
index d1f648d..09968e2 100644
--- a/doc/tutorial/Makefile.am
+++ b/doc/tutorial/Makefile.am
@@ -7,7 +7,8 @@ clean-generic:
 	$(RM) *.dvi *.aux *.log *.toc *.out \
 	boundaries.pdf direction.eps direction.pdf dxscreen.eps dxscreen.pdf \
 	gfs2oogl.pdf half-cylinder.eps half-cylinder.pdf refined1.pdf refined1_cells.pdf \
-	refined2.pdf vorticity.eps vorticity.pdf gfsview.eps tutorial1.tex
+	refined2.pdf vorticity.eps vorticity.pdf gfsview.eps tutorial1.tex \
+	Makefile.deps
 
 tutorial.tar.gz: tutorial.ps.gz
 	rm -r -f tutorial
diff --git a/doc/tutorial/Makefile.deps b/doc/tutorial/Makefile.deps
deleted file mode 100644
index 45cdbcc..0000000
--- a/doc/tutorial/Makefile.deps
+++ /dev/null
@@ -1 +0,0 @@
-tutorial1.dvi:  direction.eps vorticity.eps half-cylinder.eps boundaries.eps gfsview.eps gfs2oogl.eps dxscreen.eps refined1.eps refined1_cells.eps refined2.eps
diff --git a/test/Makefile.am b/test/Makefile.am
index 001398d..a48a4d4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -31,7 +31,7 @@ test.sh: $(TESTDIRS)
 	@chmod +x test.sh
 
 clean-generic:
-	$(RM) *.dvi *.aux *.log *.toc *.out tests.tex *.pyc test.sh *.bbl *.blg
+	$(RM) *.dvi *.aux *.log *.toc *.out tests.tex *.pyc test.sh *.bbl *.blg Makefile.deps
 
 tests: tests.ps.gz l2hconf.pm
 	latex2html -no_math -html_version 3.2,math -address "" -info "" -split +3 -show_section_numbers -toc_depth 5 -t "Gerris Tests" -local_icons -white tests.tex

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list