mogilefs-client.git  about / heads / tags
MogileFS client library for Ruby
blob d081a763e83e3646a6d1a6d3d85b17d73898e8b1 309 bytes (raw)
$ git show HEAD:GNUmakefile	# shows this blob on the CLI

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
all::
RSYNC_DEST := yhbt.net:/srv/yhbt/mogilefs-client
rfpackage := mogilefs-client
pkg_extra += lib/mogilefs/version.rb

ex := $(shell git ls-files examples/)
doc_ex := $(addprefix doc/, $(ex))

$(doc_ex): $(ex)
	mkdir -p $(@D)
	install -m 644 $< $@
	-touch -r $< $@

include pkg.mk
doc::
	$(MAKE) $(doc_ex)

git clone https://yhbt.net/mogilefs-client.git