mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
docs: Set install_tag on man pages
Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3037
This commit is contained in:
parent
5cf7af694a
commit
9ea0b6edf5
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user