mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
Remove doc from the default target
The doc target requires strict parallel execution. Make it a separate target unless we figure out how to do this with cmake.
This commit is contained in:
parent
78c7dc95a0
commit
0da93f3eb5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if(SPHINX_FOUND)
|
|||
set(MSHTML_COMPILER wine 'C:\\Program Files\\HTML Help Workshop\\hhc.exe')
|
||||
|
||||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/conf.py.in" conf.py @ONLY)
|
||||
add_custom_target(doc ALL DEPENDS doc-html doc-man COMMENT "Building documentation...")
|
||||
add_custom_target(doc DEPENDS doc-html doc-man COMMENT "Building documentation...")
|
||||
if(PDFLATEX_FOUND)
|
||||
# if this still fails on Debian/Ubuntu, run
|
||||
# apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
|
||||
|
|
Loading…
Reference in a new issue