repo.or.cz
/
galtack.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Logout WIP: handle [CLOSE] (halfway)
[galtack.git]
/
Documentation
/
mkdoc.sh
blob
2deb6e08aa95d6095abf2fc0ba3fbb537d307f6d
1
#!/bin/bash
2
3
DIR
=
$
(
dirname
"
$PWD
/
$0
"
)
4
cd
"
$DIR
/.."
5
. .
/
.release-info
6
cd
"
$DIR
"
7
find
"
$DIR
"
-name
"[^.]*.txt"
-print -exec
asciidoc
-a
"version=
${APP_VERSION}
"
{}
\
;
8