docs: Set install_tag on man pages

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3037
This commit is contained in:
Philip Withnall 2023-12-18 14:52:16 +00:00
parent 5cf7af694a
commit 9ea0b6edf5
3 changed files with 9 additions and 3 deletions

View File

@ -8,7 +8,9 @@ if get_option('man')
output: page + '.1',
command: xsltproc_command,
install: true,
install_dir: man1_dir)
install_dir: man1_dir,
install_tag: 'doc',
)
endforeach
endif

View File

@ -7,7 +7,9 @@ if get_option('man')
output: page + '.1',
command: xsltproc_command,
install: true,
install_dir: man1_dir)
install_dir: man1_dir,
install_tag: 'doc',
)
endforeach
endif

View File

@ -6,7 +6,9 @@ if get_option('man')
output: page + '.1',
command: xsltproc_command,
install: true,
install_dir: man1_dir)
install_dir: man1_dir,
install_tag: 'doc',
)
endforeach
endif