Statistics
| Branch: | Tag: | Revision:

root / doc / examples / Makefile.am @ 084bf7b2

History | View | Annotate | Download (303 Bytes)

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
	< $< > $@