]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Added LabVIEW and dependency in Makefile
authorYaroslav Halchenko <debian@onerussian.com>
Fri, 13 May 2011 19:58:51 +0000 (15:58 -0400)
committerYaroslav Halchenko <debian@onerussian.com>
Fri, 13 May 2011 19:58:51 +0000 (15:58 -0400)
survey/Makefile
survey/survey.rst

index 7db87741a8d5e7743629fce91a050ba3baa5779d..11348dbc5adf13f530dbfc20303fb05d76222078 100644 (file)
@@ -6,7 +6,7 @@ clean:
 jquery.form.js:
        wget --no-check-certificate http://github.com/malsup/form/raw/master/jquery.form.js
 
-index.html:
+index.html: survey.rst
        rst2html --link-stylesheet --stylesheet-path=survey.css survey.rst > $@
 
 upload: index.html jquery.form.js survey.css
index 3153faf9f1cda3d89d984bcffe5d1d2b8d044599..884cc67d478d469928a082048384ad1d70b5b3cd 100644 (file)
@@ -718,18 +718,19 @@ Generic computing/scripting/programming environments
    <table class="questionaire"><tr>
    <td class="response"><input type="checkbox" name="sw" value="cpp" />C/C++</td>
    <td class="response"><input type="checkbox" name="sw" value="idl" />IDL</td>
+   <td class="response"><input type="checkbox" name="sw" value="labview" />LabVIEW</td>
    <td class="response"><input type="checkbox" name="sw" value="lisrel" />LISREL</td>
    <td class="response"><input type="checkbox" name="sw" value="maple" />Maple</td>
    <td class="response"><input type="checkbox" name="sw" value="mathcad" />Mathcad</td>
-   <td class="response"><input type="checkbox" name="sw" value="mathematica" />Mathematica</td>
    </tr><tr class="oddrow">
+   <td class="response"><input type="checkbox" name="sw" value="mathematica" />Mathematica</td>
    <td class="response"><input type="checkbox" name="sw" value="matlab" />Matlab</td>
    <td class="response"><input type="checkbox" name="sw" value="octave" />Octave</td>
    <td class="response"><input type="checkbox" name="sw" value="perl" />Perl</td>
    <td class="response"><input type="checkbox" name="sw" value="python" />Python</td>
    <td class="response"><input type="checkbox" name="sw" value="r" />R</td>
-   <td class="response"><input type="checkbox" name="sw" value="ruby" />Ruby</td>
    </tr><tr>
+   <td class="response"><input type="checkbox" name="sw" value="ruby" />Ruby</td>
    <td class="response"><input type="checkbox" name="sw" value="scilab" />Scilab</td>
    <td class="response"><input type="checkbox" name="sw" value="spss" />SPSS</td>
    <td class="response"><input type="checkbox" name="sw" value="scirun" />SCIRun</td>