repo.or.cz
/
llpp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cosmetics
[llpp.git]
/
mkhelp.sh
blob
3d2118f4e3ed533a02a6a999ce4d42f137fcafd9
1
#!/bin/sh
2
set -e
3
ocaml str.cma
$1
<
$2
4
v
=
$
(
cd
$
(
dirname
$1
) &&
git describe
--tags --dirty
2
>/
dev
/
null \
5
||
echo
"unknown"
)
6
echo
"let version =
\"
$v
\"
;;"