mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-04 21:00:25 +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
e4dd781353
commit
45e3218863
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