Revision e80aeb89 Makefile.am

b/Makefile.am
155 155
	devel/upload \
156 156
	$(BUILT_EXAMPLES) \
157 157
	doc/examples/bash_completion \
158
	doc/examples/bash_completion-debug \
158 159
	lib/_generated_rpc.py \
159 160
	$(man_MANS) \
160 161
	$(manhtml) \
......
530 531
	doc/html \
531 532
	$(BUILT_EXAMPLES) \
532 533
	doc/examples/bash_completion \
534
	doc/examples/bash_completion-debug \
533 535
	$(manhtml)
534 536

  
535 537
gnt_scripts = \
......
1040 1042
doc/examples/%:: doc/examples/%.in $(REPLACE_VARS_SED)
1041 1043
	sed -f $(REPLACE_VARS_SED) < $< > $@
1042 1044

  
1043
doc/examples/bash_completion: $(BUILD_BASH_COMPLETION) $(RUN_IN_TEMPDIR) \
1045
doc/examples/bash_completion: BC_ARGS = --compact
1046
doc/examples/bash_completion-debug: BC_ARGS =
1047

  
1048
doc/examples/bash_completion doc/examples/bash_completion-debug: \
1049
	$(BUILD_BASH_COMPLETION) $(RUN_IN_TEMPDIR) \
1044 1050
	lib/cli.py $(gnt_scripts) $(client_PYTHON) tools/burnin \
1045 1051
	$(GENERATED_FILES)
1046
	PYTHONPATH=. $(RUN_IN_TEMPDIR) $(CURDIR)/$(BUILD_BASH_COMPLETION) > $@
1052
	PYTHONPATH=. $(RUN_IN_TEMPDIR) \
1053
	  $(CURDIR)/$(BUILD_BASH_COMPLETION) $(BC_ARGS) > $@
1047 1054

  
1048 1055
doc/%.png: doc/%.dot
1049 1056
	@test -n "$(DOT)" || { echo 'dot' not found during configure; exit 1; }

Also available in: Unified diff