Revision 656a7fdf Makefile.am

b/Makefile.am
140 140
	daemons/daemon-util \
141 141
	daemons/ganeti-cleaner \
142 142
	devel/upload \
143
	$(BUILT_EXAMPLES) \
143 144
	doc/examples/bash_completion \
144
	doc/examples/ganeti.initd \
145
	doc/examples/ganeti-kvm-poweroff.initd \
146
	doc/examples/ganeti.cron \
147
	doc/examples/gnt-config-backup \
148
	doc/examples/hooks/ipsec \
149 145
	lib/_generated_rpc.py \
150 146
	$(man_MANS) \
151 147
	$(manhtml) \
......
170 166
	lib/_vcsversion.py \
171 167
	lib/_generated_rpc.py
172 168

  
169
# these are all built from the underlying %.in sources
170
BUILT_EXAMPLES = \
171
	doc/examples/ganeti-kvm-poweroff.initd \
172
	doc/examples/ganeti.cron \
173
	doc/examples/ganeti.initd \
174
	doc/examples/gnt-config-backup \
175
	doc/examples/hooks/ipsec
176

  
173 177
nodist_pkgpython_PYTHON = \
174 178
	$(BUILT_PYTHON_SOURCES)
175 179

  
......
428 432
noinst_DATA = \
429 433
	devel/upload \
430 434
	doc/html \
435
	$(BUILT_EXAMPLES) \
431 436
	doc/examples/bash_completion \
432
	doc/examples/ganeti.cron \
433
	doc/examples/ganeti.initd \
434
	doc/examples/ganeti-kvm-poweroff.initd \
435
	doc/examples/gnt-config-backup \
436
	doc/examples/hooks/ipsec \
437 437
	$(manhtml)
438 438

  
439 439
gnt_scripts = \
......
452 452
	daemons/ganeti-noded \
453 453
	daemons/ganeti-watcher \
454 454
	daemons/ganeti-rapi \
455
	scripts/gnt-backup \
456
	scripts/gnt-cluster \
457
	scripts/gnt-debug \
458
	scripts/gnt-group \
459
	scripts/gnt-instance \
460
	scripts/gnt-job \
461
	scripts/gnt-node \
462
	scripts/gnt-os
455
	$(gnt_scripts)
463 456

  
464 457
PYTHON_BOOTSTRAP = \
465 458
	$(PYTHON_BOOTSTRAP_SBIN) \
......
585 578
	$(docrst) \
586 579
	doc/conf.py \
587 580
	doc/html \
588
	doc/examples/ganeti.initd.in \
589
	doc/examples/ganeti-kvm-poweroff.initd.in \
590
	doc/examples/ganeti.cron.in \
591
	doc/examples/gnt-config-backup.in \
581
	$(BUILT_EXAMPLES:%=%.in) \
592 582
	doc/examples/ganeti.default \
593 583
	doc/examples/ganeti.default-debug \
594 584
	doc/examples/hooks/ethers \
595
	doc/examples/hooks/ipsec.in \
596 585
	doc/examples/gnt-debug/README \
597 586
	doc/examples/gnt-debug/delay0.json \
598 587
	doc/examples/gnt-debug/delay50.json \

Also available in: Unified diff