Ruby mogilefs-client 3.12.2
[ruby-mogilefs-client.git] / GNUmakefile
blobd081a763e83e3646a6d1a6d3d85b17d73898e8b1
1 all::
2 RSYNC_DEST := yhbt.net:/srv/yhbt/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)