
Fix and simplify building docs and schemas 1. Do an in-source build of derived schemas instead of building into build and checking that the files match. 2. Fix paths of installed docs, which were failing on me 3. Consolidate docs into same cmakelists that generates schema files 4. Trang is usually available as an executable, so find it with find_program. 5. Add doc dependencies to package.xml Signed-off-by: Dan Rose <dan@digilabs.io>
29 lines
1.2 KiB
XML
29 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
|
<package format="3">
|
|
<name>cyclonedds</name>
|
|
<version>0.5.1</version>
|
|
<description>Eclipse Cyclone DDS is a very performant and robust open-source DDS implementation. Cyclone DDS is developed completely in the open as an Eclipse IoT project.</description>
|
|
<maintainer email="cyclonedds-dev@eclipse.org">Eclipse Foundation, Inc.</maintainer>
|
|
<license>Eclipse Public License 2.0</license>
|
|
|
|
<url type="website">https://projects.eclipse.org/projects/iot.cyclonedds</url>
|
|
<url type="bugtracker">https://github.com/eclipse-cyclonedds/cyclonedds/issues</url>
|
|
<url type="repository">https://github.com/eclipse-cyclonedds/cyclonedds</url>
|
|
|
|
<buildtool_depend>cmake</buildtool_depend>
|
|
|
|
<depend>openssl</depend>
|
|
<test_depend>libcunit-dev</test_depend>
|
|
|
|
<doc_depend>doxygen</doc_depend>
|
|
<doc_depend>perl</doc_depend>
|
|
<doc_depend>python3-breathe</doc_depend>
|
|
<doc_depend>python3-sphinx</doc_depend>
|
|
<doc_depend>trang</doc_depend>
|
|
|
|
<export>
|
|
<build_type>cmake</build_type>
|
|
</export>
|
|
</package>
|
|
|