mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-13 00:46:03 -06:00
build: support 'make check' in pristine tree
Otherwise, 'make check' in the python dir tries to reference a file in docs that is built by 'make' but not by 'make check'. * docs/Makefile.am (check-local): New rule. Reported by Matthias Bolte.
This commit is contained in:
parent
b4cead5949
commit
047b024f1c
@ -143,6 +143,8 @@ html/%-%.html html/%-virterror.html %-api.xml %-refs.xml: \
|
||||
$(srcdir)/../src/%.c \
|
||||
$(srcdir)/../src/util/virterror.c
|
||||
|
||||
check-local: all
|
||||
|
||||
clean-local:
|
||||
rm -f *~ *.bak *.hierarchy *.signals *-unused.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user