mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
schemas: move out of docs, fix no-docs build
schemas are used for more than just documentation, virsh edit fails if schemas are not available. Therefore, fix the no-docs build by moving schemas/ to the parsing code inside src/conf/. Signed-off-by: Claudio Fontana <cfontana@suse.de> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
committed by
Andrea Bolognani
parent
ccffb60a9d
commit
76ddf2d2e3
@@ -73,7 +73,7 @@ The first task is to define the public API. If the new API involves an
|
||||
XML extension, you have to enhance the RelaxNG schema and document the
|
||||
new elements or attributes:
|
||||
|
||||
``docs/schemas/domaincommon.rng docs/formatdomain.html.in``
|
||||
``src/conf/schemas/domaincommon.rng docs/formatdomain.html.in``
|
||||
|
||||
If the API extension involves a new function, you have to add a
|
||||
declaration in the public header, and arrange to export the function
|
||||
|
||||
Reference in New Issue
Block a user