From: Yaroslav Halchenko <debian@onerussian.com>
Date: Wed, 25 May 2011 00:37:24 +0000 (-0400)
Subject: added call to postprocdata in getdata -- find result in dataout
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=51e83c3d10d4d1f200a1b6841d76e07fd3833636;p=neurodebian.git

added call to postprocdata in getdata -- find result in dataout
---

diff --git a/survey/Makefile b/survey/Makefile
index a4f6223..fb16ff3 100644
--- a/survey/Makefile
+++ b/survey/Makefile
@@ -33,6 +33,7 @@ statfigures: oslist.txt swlist.txt datamodlist.txt employer-dd-list.txt position
 getdata:
 	rsync -rvzlhp --delete \
 		neurodebian@www.pymvpa.org:/home/neurodebian/survey/data .
+	./postprocdata
 
 oslist.txt: select_os_options.inc
 	grep -v selected select_os_options.inc | sed -e 's/<option value="//' \