Revision a4f12da4 Makefile.am
b/Makefile.am | ||
---|---|---|
14 | 14 |
BUILD_BASH_COMPLETION = $(top_srcdir)/autotools/build-bash-completion |
15 | 15 |
RUN_IN_TEMPDIR = $(top_srcdir)/autotools/run-in-tempdir |
16 | 16 |
CHECK_PYTHON_CODE = $(top_srcdir)/autotools/check-python-code |
17 |
CHECK_MAN = $(top_srcdir)/autotools/check-man |
|
17 | 18 |
REPLACE_VARS_SED = autotools/replace_vars.sed |
18 | 19 |
|
19 | 20 |
hypervisordir = $(pkgpythondir)/hypervisor |
... | ... | |
23 | 24 |
toolsdir = $(pkglibdir)/tools |
24 | 25 |
docdir = $(datadir)/doc/$(PACKAGE) |
25 | 26 |
|
27 |
# Delete output file if an error occurred while building it |
|
28 |
.DELETE_ON_ERROR: |
|
29 |
|
|
26 | 30 |
DIRS = \ |
27 | 31 |
autotools \ |
28 | 32 |
daemons \ |
... | ... | |
239 | 243 |
pylintrc \ |
240 | 244 |
autotools/build-bash-completion \ |
241 | 245 |
autotools/check-python-code \ |
246 |
autotools/check-man \ |
|
242 | 247 |
autotools/docbook-wrapper \ |
243 | 248 |
$(RUN_IN_TEMPDIR) \ |
244 | 249 |
daemons/daemon-util.in \ |
... | ... | |
399 | 404 |
|
400 | 405 |
man/%.7: man/%.7.in $(REPLACE_VARS_SED) |
401 | 406 |
sed -f $(REPLACE_VARS_SED) < $< > $@ |
407 |
$(CHECK_MAN) $@ |
|
402 | 408 |
|
403 | 409 |
man/%.8: man/%.8.in $(REPLACE_VARS_SED) |
404 | 410 |
sed -f $(REPLACE_VARS_SED) < $< > $@ |
411 |
$(CHECK_MAN) $@ |
|
405 | 412 |
|
406 | 413 |
man/%.html: man/%.html.in $(REPLACE_VARS_SED) |
407 | 414 |
sed -f $(REPLACE_VARS_SED) < $< > $@ |
Also available in: Unified diff