Revision c1671c0e doc/examples/Makefile.am

b/doc/examples/Makefile.am
1
EXTRA_DIST = ganeti.initd ganeti.cron
1
nodist_bin_SCRIPTS = ganeti.initd
2

  
3
EXTRA_DIST = ganeti.initd.in ganeti.cron
4
CLEANFILES = $(nodist_bin_SCRIPTS)
5

  
6
ganeti.initd: ganeti.initd.in
7
	sed \
8
	  -e "s#@PREFIX@#$(prefix)#g" \
9
	  -e "s#@SYSCONFDIR@#$(sysconfdir)#g" \
10
	  -e "s#@LOCALSTATEDIR@#$(localstatedir)#g" \
11
	< $< > $@

Also available in: Unified diff