Statistics
| Branch: | Tag: | Revision:

root / doc / examples / Makefile.am @ 298fe380

History | View | Annotate | Download (366 Bytes)

1
EXTRA_DIST = ganeti.initd.in ganeti.cron.in
2
CLEANFILES = $(nodist_EXTRA_DATA)
3

    
4
nodist_EXTRA_DATA = ganeti.initd ganeti.cron
5

    
6
all-local: ganeti.initd ganeti.cron
7
ganeti.%: ganeti.%.in Makefile
8
	sed \
9
	  -e "s#@PREFIX@#$(prefix)#g" \
10
	  -e "s#@SYSCONFDIR@#$(sysconfdir)#g" \
11
	  -e "s#@LOCALSTATEDIR@#$(localstatedir)#g" \
12
	  -e "s#@SBINDIR@#$(sbindir)#g" \
13
	< $< > $@