build: make internal-api-docs PHONEY

Change-Id: I3b0bcea30ee9a4830023ccc5bededf995e96cccc
This commit is contained in:
Qyriad 2024-05-20 20:54:00 -06:00
parent 65317900fc
commit e491f8029a

View file

@ -28,6 +28,7 @@ internal_api_docs = custom_target(
output : 'html',
install : true,
install_dir : datadir / 'doc/nix/internal-api',
build_always_stale : true,
)
alias_target('internal-api-html', internal_api_docs)