mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 23:20:11 +01:00
Avoid .doctrees (~3.5 MB) and .buildinfo to be installed Signed-off-by: Anurup M <anurup.m@huawei.com>
2 lines
108 B
Bash
Executable file
2 lines
108 B
Bash
Executable file
#!/bin/sh
|
|
@DOXYGEN_CMD@ @DOXYGEN_CONF@ && @SPHINX_CMD@ -E -W -q -j auto -d @DOCTREES_DIR@ @SRCDIR@ @OUTDIR@
|