Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
c35f4f27
Commit
c35f4f27
authored
May 18, 2018
by
François Grisez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[API doc] Makes the documentation to be installed.
parent
8375959f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
coreapi/help/doc/sphinx/CMakeLists.txt
coreapi/help/doc/sphinx/CMakeLists.txt
+1
-0
No files found.
coreapi/help/doc/sphinx/CMakeLists.txt
View file @
c35f4f27
...
...
@@ -55,4 +55,5 @@ if (ENABLE_DOC)
add_custom_target
(
sphinx-doc ALL
${
PYTHON_EXECUTABLE
}
'
${
CMAKE_CURRENT_SOURCE_DIR
}
/gendoc.py' '
${
LINPHONE_DOXYGEN_XML_DIR
}
' -o '
${
reference_doc_source_dir
}
'
COMMAND
${
PYTHON_EXECUTABLE
}
-msphinx -M html '
${
doc_source_dir
}
' '
${
doc_output_dir
}
'
DEPENDS linphone-doc
)
install
(
DIRECTORY
${
doc_output_dir
}
/html/ DESTINATION
${
CMAKE_INSTALL_DOCDIR
}
/
${
LINPHONE_VERSION
}
)
endif
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment