extensions-tool: Use adoc extension for manpage
More specific extension allows text editors to enable syntax highlighting, as well as for GitLab to display rendered document. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/992
This commit is contained in:
parent
224ab2e543
commit
56265e91d6
@ -1,5 +1,5 @@
|
||||
custom_target('gnome-extensions.1',
|
||||
input: ['gnome-extensions.txt', 'stylesheet.xsl'],
|
||||
input: ['gnome-extensions.adoc', 'stylesheet.xsl'],
|
||||
output: 'gnome-extensions.1',
|
||||
command: [a2x, '-D', '@OUTDIR@', '--xsl-file', '@INPUT1@', '-f', 'manpage', '@INPUT0@'],
|
||||
install_dir: mandir + '/man1',
|
||||
|
Loading…
Reference in New Issue
Block a user