2010-10-28 19:13:57 +00:00
|
|
|
PREFIX=/usr
|
|
|
|
BINDIR=$(PREFIX}/bin
|
|
|
|
|
|
|
|
install:
|
|
|
|
cp bin/* $(BINDIR)
|
|
|
|
|
2010-09-25 10:36:30 +00:00
|
|
|
sync:
|
2011-02-03 12:32:29 +00:00
|
|
|
# ubuntu
|
2010-09-25 10:36:30 +00:00
|
|
|
.rsync lyni@tablett:cdist
|
2011-02-03 12:32:29 +00:00
|
|
|
# redhat
|
2010-09-25 10:36:30 +00:00
|
|
|
.rsync nicosc@free.ethz.ch:cdist
|
2011-02-03 12:32:29 +00:00
|
|
|
# gentoo
|
|
|
|
.rsync nicosc@ru3.inf.ethz.ch:cdist
|
2011-02-02 13:01:50 +00:00
|
|
|
|
|
|
|
web:
|
|
|
|
cp REAL_README $$HOME/niconetz/software/cdist.mdwn
|
2011-02-02 20:49:49 +00:00
|
|
|
|
|
|
|
pub:
|
|
|
|
git push --mirror
|