repo.or.cz
/
libquvi-scripts.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
liveleak.lua: Use "foo:match" instead
[libquvi-scripts.git]
/
share
/
lua
/
Makefile.am
blob
4570236a19ba6bfe9be3b7e083dcc820634d8b05
1
2
nobase_dist_pkgdata_DATA= version
3
DISTCLEANFILES= version
4
EXTRA_DIST= version
5
6
.PHONY: version
7
8
version:
9
@if test -d "$(top_srcdir)/.git" -o -f "$(top_srcdir)/.git"; then \
10
"$(top_srcdir)/gen-ver.sh" "$(top_srcdir)" > $@; \
11
fi
12
13
dist-hook: version