raised the version
[neuro.git] / docs / make_man.sh
blob4623026c1303bd423aa73dab0ce2bf9e0eb0f35f
1 #!/bin/bash
3 tmpfile=./.__tmp___-
5 . ../version.mk
7 echo 3 > $tmpfile
8 echo $(date "+%d %b %Y") >> $tmpfile
9 echo "version ${MAJOR}.${MINOR}.${MICRO}" >> $tmpfile
10 echo "Libneuro Functions" >> $tmpfile
12 argument=$(echo ../include/neuro/*.h)
14 tclsh ./neuroman.tcl -c $tmpfile -i $argument
16 rm $tmpfile