1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00

doxygen: allow external theme from configure

Allow the configure script to substitute the theme used in the
documentation for Awesome doxygen css from the CI script.

The theme won't be mandatory, but we can change it and inject it for the
production documentation online.
This commit is contained in:
Alexandre Janniaux 2022-01-25 10:35:52 +01:00 committed by Jean-Baptiste Kempf
parent 3e71b72a10
commit 29c00353ec
2 changed files with 13 additions and 1 deletions

View File

@ -4390,6 +4390,18 @@ AS_IF([test "${with_kde_solid}" != "no"], [
AC_SUBST([soliddatadir])
AM_CONDITIONAL([KDE_SOLID], [test "x${soliddatadir}" != "x"])
dnl
dnl Doxygen and documentation tools
dnl
doxygen_stylesheet=""
AC_ARG_WITH([doxygen-stylesheet],
AS_HELP_STRING([--with-doxygen-stylesheet=PATH],
[Doxygen stylesheet (default is doxygen default)]),
[ doxygen_stylesheet="$with_doxygen_stylesheet" ], [])
AC_SUBST([doxygen_stylesheet])
dnl
dnl Find tools for win32 packaging
dnl

View File

@ -1108,7 +1108,7 @@ HTML_STYLESHEET =
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET =
HTML_EXTRA_STYLESHEET = @doxygen_stylesheet@
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note