dev-ada/gprbuild: add pdf doc

Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2024-12-30 22:49:49 +01:00
parent 95c0e0b8c9
commit 5ba93bf7da

View File

@@ -62,6 +62,7 @@ src_compile() {
emake -C doc txt
emake -C doc info
emake -C doc html
emake -C doc pdf
fi
}
@@ -74,7 +75,7 @@ src_install() {
local HTML_DOCS=
local DOCS=README.md
if use doc; then
DOCS+=" examples doc/txt/gprbuild_ug.txt"
DOCS+=" examples doc/txt/gprbuild_ug.txt doc/pdf/gprbuild_ug.pdf"
HTML_DOCS+="doc/html/*"
doinfo doc/info/gprbuild_ug.info
fi