repo.or.cz
/
neuro.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
raised the version
[neuro.git]
/
docs
/
make_man.sh
blob
4623026c1303bd423aa73dab0ce2bf9e0eb0f35f
1
#!/bin/bash
2
3
tmpfile
=
.
/
.__tmp___-
4
5
. ..
/
version.mk
6
7
echo
3
>
$tmpfile
8
echo
$
(
date
"+%d %b %Y"
) >>
$tmpfile
9
echo
"version
${MAJOR}.${MINOR}.${MICRO}
"
>>
$tmpfile
10
echo
"Libneuro Functions"
>>
$tmpfile
11
12
argument
=
$
(
echo
..
/
include
/
neuro
/*
.h
)
13
14
tclsh .
/
neuroman.tcl
-c
$tmpfile
-i
$argument
15
16
rm
$tmpfile