Update version numbers for release 1.2b3
[ganeti-local] / doc / examples / Makefile.am
1 EXTRA_DIST = ganeti.initd.in ganeti.cron
2 CLEANFILES = $(nodist_EXTRA_DATA)
3
4 nodist_EXTRA_DATA = ganeti.initd
5
6 all-local: ganeti.initd
7 ganeti.initd: ganeti.initd.in
8         sed \
9           -e "s#@PREFIX@#$(prefix)#g" \
10           -e "s#@SYSCONFDIR@#$(sysconfdir)#g" \
11           -e "s#@LOCALSTATEDIR@#$(localstatedir)#g" \
12         < $< > $@