Revision a2442bf9

b/Makefile.am
55 55
	doc/examples/bash_completion \
56 56
	doc/examples/ganeti.initd \
57 57
	doc/examples/ganeti.cron \
58
	doc/examples/hooks/ipsec \
58 59
	lib/*.py[co] \
59 60
	lib/http/*.py[co] \
60 61
	lib/hypervisor/*.py[co] \
......
200 201
	doc/examples/ganeti.cron.in \
201 202
	doc/examples/dumb-allocator \
202 203
	doc/examples/hooks/ethers \
204
	doc/examples/hooks/ipsec.in \
203 205
	doc/locking.txt \
204 206
	test/testutils.py \
205 207
	test/mocks.py \
......
274 276

  
275 277
all-local: stamp-directories devel/upload \
276 278
	doc/examples/bash_completion \
277
	doc/examples/ganeti.initd doc/examples/ganeti.cron
279
	doc/examples/ganeti.initd doc/examples/ganeti.cron \
280
	doc/examples/hooks/ipsec
278 281

  
279 282
devel/upload: devel/upload.in stamp-directories $(REPLACE_VARS_SED)
280 283
	sed -f $(REPLACE_VARS_SED) < $< > $@
......
289 292
		$(REPLACE_VARS_SED)
290 293
	sed -f $(REPLACE_VARS_SED) < $< > $@
291 294

  
295
doc/examples/hooks/%: doc/examples/hooks/%.in stamp-directories \
296
		$(REPLACE_VARS_SED)
297
	sed -f $(REPLACE_VARS_SED) < $< > $@
298

  
292 299
doc/examples/bash_completion: $(BUILD_BASH_COMPLETION) $(RUN_IN_TEMPDIR) \
293 300
	lib/cli.py $(gnt_scripts) tools/burnin
294 301
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(BUILD_BASH_COMPLETION) > $@

Also available in: Unified diff