Statistics
| Branch: | Tag: | Revision:

root / doc / examples / Makefile.am @ 8e587e52

History | View | Annotate | Download (305 Bytes)

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

    
4
nodist_bin_SCRIPTS = 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
	< $< > $@