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

Daniel Fuster dfuster at gmail.com
Fri May 15 02:56:16 UTC 2009


The following commit has been merged in the upstream branch:
commit 551b0b1f5fd36d72aa630a18efd190b79f88ddbe
Author: Daniel Fuster <dfuster at gmail.com>
Date:   Mon Mar 16 03:02:16 2009 +1100

    vim dictionary
    
    darcs-hash:20090315160216-f217f-bc6a6ae4d615b753592aa2981df2f022e5390fd8.gz

diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 59c8e89..c5bf564 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -41,6 +41,7 @@ pkgdata_DATA = gfs.lang
 
 gfs.lang: classes
 	$(srcdir)/classes > gfs.lang
+	$(srcdir)/classes | awk '$$1 ~ /gfs_keyword/ {print $$3}' | sed 's/"//g' > $(HOME)/.vim/dictionaries/gerris.dic
 
 gfs2doc: gfs2doc.in
 

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list