mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 20:24:04 +02:00
docs: Set install_tag on man pages
Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3037
This commit is contained in:
@@ -8,7 +8,9 @@ if get_option('man')
|
|||||||
output: page + '.1',
|
output: page + '.1',
|
||||||
command: xsltproc_command,
|
command: xsltproc_command,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: man1_dir)
|
install_dir: man1_dir,
|
||||||
|
install_tag: 'doc',
|
||||||
|
)
|
||||||
endforeach
|
endforeach
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@@ -7,7 +7,9 @@ if get_option('man')
|
|||||||
output: page + '.1',
|
output: page + '.1',
|
||||||
command: xsltproc_command,
|
command: xsltproc_command,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: man1_dir)
|
install_dir: man1_dir,
|
||||||
|
install_tag: 'doc',
|
||||||
|
)
|
||||||
endforeach
|
endforeach
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@@ -6,7 +6,9 @@ if get_option('man')
|
|||||||
output: page + '.1',
|
output: page + '.1',
|
||||||
command: xsltproc_command,
|
command: xsltproc_command,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: man1_dir)
|
install_dir: man1_dir,
|
||||||
|
install_tag: 'doc',
|
||||||
|
)
|
||||||
endforeach
|
endforeach
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user