mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 04:30:06 +01:00
doc: build doxygen output into "Documentation"
Slightly more obvious than just "html". Main motivation here is that we want to provide the documentation as artifact from GitLab's CI, so having it unzip to something slightly more meaningful makes sense. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0d8c70baef
commit
c243bd1cbf
2 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ INPUT = @INPUT@
|
|||
IMAGE_PATH = "@top_srcdir@/doc/svg" \
|
||||
"@top_srcdir@/doc/dot"
|
||||
GENERATE_HTML = YES
|
||||
HTML_OUTPUT = Documentation
|
||||
SEARCHENGINE = NO
|
||||
USE_MATHJAX = YES
|
||||
MATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest
|
||||
|
|
|
|||
|
|
@ -432,7 +432,7 @@ if get_option('documentation')
|
|||
install : false)
|
||||
custom_target('doxygen',
|
||||
input : [ doxyfile ] + src_doxygen,
|
||||
output : [ 'html' ],
|
||||
output : [ 'Documentation' ],
|
||||
command : [ doxygen, doxyfile ],
|
||||
install : false,
|
||||
build_by_default : true)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue