Revision f9435bdc Makefile.am

b/Makefile.am
157 157
	$(SHELL_ENV_INIT) \
158 158
	daemons/daemon-util \
159 159
	daemons/ganeti-cleaner \
160
	devel/upload \
161 160
	$(BUILT_EXAMPLES) \
162 161
	doc/examples/bash_completion \
163 162
	doc/examples/bash_completion-debug \
......
559 558
# Things to build but not to install (add it to EXTRA_DIST if it should be
560 559
# distributed)
561 560
noinst_DATA = \
562
	devel/upload \
563 561
	doc/html \
564 562
	$(BUILT_EXAMPLES) \
565 563
	doc/examples/bash_completion \
......
732 730
	daemons/daemon-util.in \
733 731
	daemons/ganeti-cleaner.in \
734 732
	$(pkglib_python_scripts) \
735
	devel/upload.in \
733
	devel/upload \
736 734
	tools/kvm-ifup.in \
737 735
	tools/vcluster-setup.in \
738 736
	$(docdot) \
......
1070 1068
	sed -f $(REPLACE_VARS_SED) < $< > $@
1071 1069
	chmod +x $@
1072 1070

  
1073
devel/upload: devel/upload.in $(REPLACE_VARS_SED)
1074
	sed -f $(REPLACE_VARS_SED) < $< > $@
1075
	chmod u+x $@
1076

  
1077 1071
tools/vcluster-setup: tools/vcluster-setup.in $(REPLACE_VARS_SED)
1078 1072
	sed -f $(REPLACE_VARS_SED) < $< > $@
1079 1073
	chmod +x $@

Also available in: Unified diff