man: Use .rst suffix for sources
It's more common to use the dedicated .rst suffix for reStructuredText files, so now that the files were ported, use that. (Renaming the files separately from changing it is less likely to confuse git, thus the separate commit) Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3454>
This commit is contained in:

committed by
Marge Bot

parent
e2ce7e3f0f
commit
ad448533cb
@@ -1,5 +1,5 @@
|
||||
custom_target('man page',
|
||||
input: 'gnome-shell.txt',
|
||||
input: 'gnome-shell.rst',
|
||||
output: 'gnome-shell.1',
|
||||
command: [rst2man, '--syntax-highlight=none', '@INPUT@'],
|
||||
capture: true,
|
||||
|
@@ -1,5 +1,5 @@
|
||||
custom_target('gnome-extensions.1',
|
||||
input: 'gnome-extensions.txt',
|
||||
input: 'gnome-extensions.rst',
|
||||
output: 'gnome-extensions.1',
|
||||
command: [rst2man, '--syntax-highlight=none', '@INPUT@'],
|
||||
capture: true,
|
||||
|
Reference in New Issue
Block a user