Revision fc3fd894 Makefile.am

b/Makefile.am
45 45

  
46 46
CLEANFILES = \
47 47
	autotools/replace_vars.sed \
48
	daemons/ganeti-cleaner \
48 49
	devel/upload \
49 50
	doc/rapi-resources.gen \
50 51
	doc/examples/bash_completion \
......
139 140
	scripts/gnt-node \
140 141
	scripts/gnt-os
141 142

  
143
nodist_sbin_SCRIPTS = \
144
	daemons/ganeti-cleaner
145

  
142 146
dist_tools_SCRIPTS = \
143 147
	tools/burnin \
144 148
	tools/cfgshell \
......
151 155
	DEVNOTES \
152 156
	pylintrc \
153 157
	autotools/docbook-wrapper \
158
	daemons/ganeti-cleaner.in \
154 159
	devel/upload.in \
155 160
	$(docrst) \
156 161
	$(docdot) \
......
243 248
		$(REPLACE_VARS_SED)
244 249
	sed -f $(REPLACE_VARS_SED) < $< > $@
245 250

  
251
daemons/ganeti-cleaner: daemons/ganeti-cleaner.in stamp-directories \
252
		$(REPLACE_VARS_SED)
253
	sed -f $(REPLACE_VARS_SED) < $< > $@
254
	chmod +x $@
255

  
246 256
doc/%.html: doc/%.rst
247 257
	@test -n "$(RST2HTML)" || { echo 'rst2html' not found during configure; exit 1; }
248 258
	$(RST2HTML) $< $@

Also available in: Unified diff