repo.or.cz
/
ruby-mogilefs-client.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ruby mogilefs-client 3.12.2
[ruby-mogilefs-client.git]
/
GNUmakefile
blob
d081a763e83e3646a6d1a6d3d85b17d73898e8b1
1
all
::
2
RSYNC_DEST
:=
yhbt.net
:/
srv
/
yhbt
/
mogilefs-client
3
rfpackage
:=
mogilefs-client
4
pkg_extra
+=
lib
/
mogilefs
/
version.rb
5
6
ex
:= $(
shell
git ls-files examples
/)
7
doc_ex
:= $(
addprefix
doc
/, $(
ex
))
8
9
$(
doc_ex
): $(
ex
)
10
mkdir
-
p
$(
@D
)
11
install
-
m
644
$< $
@
12
-
touch
-
r
$< $
@
13
14
include
pkg.mk
15
doc
::
16
$(
MAKE
) $(
doc_ex
)