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
/
Makefile.am
blob
c99b64e263e5c521f176891bcfc75d2030e68a91
1
#!/bin/bash
2
3
EXTRA_DIST
=
neuroman.tcl make_man.sh man.conf
4
5
manuals
= *
.3
6
7
man_MANS
=
$
(
manuals
)
8
9
10
noinst_SCRIPTS
=
$
(
manuals
)
11
12
$
(
manuals
):
neuroman.tcl make_man.sh
13
.
/
make_man.sh
14
15
clean-local
:
16
-rm -f
$
(
manuals
)