[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203
Stephane Popinet
s.popinet at niwa.co.nz
Fri May 15 02:53:06 UTC 2009
The following commit has been merged in the upstream branch:
commit 19b57bbb2b433189f1281d97aab0f01973d75318
Author: Stephane Popinet <s.popinet at niwa.co.nz>
Date: Fri Mar 3 10:12:59 2006 +1100
Examples tarball did not include animations
darcs-hash:20060302231259-fbd8f-b4b5749a1e294a26472229332dd0cd5c3ec94616.gz
diff --git a/doc/examples/depend.py b/doc/examples/depend.py
index d16f221..d3312e2 100755
--- a/doc/examples/depend.py
+++ b/doc/examples/depend.py
@@ -20,6 +20,8 @@ for start in sys.argv[1:]:
dists += "\\\n\t" + example.path + "/" + f
for f in example.generated:
depends += "\\\n\t" + example.path + "/" + f
+ if f[-4:] == ".mpg":
+ docs += "\\\n\t" + example.path + "/" + f
print "DOCS = " + docs + dists
print ""
--
Gerris Flow Solver
More information about the debian-science-commits
mailing list