socket/pure_ruby: favor String#clear if available
[ruby-mogilefs-client.git] / GNUmakefile
blobee1441203a0ec51d2981c6e044d72ae57f1483af
1 all::
2 RSYNC_DEST := bogomips.org:/srv/bogomips/mogilefs-client
3 rfpackage := mogilefs-client
4 pkg_extra += lib/mogilefs/version.rb
6 ex := $(shell git ls-files examples/)
7 doc_ex := $(addprefix doc/, $(ex))
9 $(doc_ex): $(ex)
10 mkdir -p $(@D)
11 install -m 644 $< $@
12 -touch -r $< $@
14 include pkg.mk
15 doc::
16 $(MAKE) $(doc_ex)