mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-11-05 16:04:31 +00:00
6dd492663c
nautilus-autorun-software is the default "x-content/unix-software" handler for GNOME desktop. So it is not just internal tool and thus it should have a man page. Let's add a simple man page for it. It resolves the following downstream bug: https://bugzilla.redhat.com/show_bug.cgi?id=1725766
4 lines
90 B
Meson
4 lines
90 B
Meson
install_man('nautilus.1')
|
|
install_man('nautilus-autorun-software.1')
|
|
|
|
subdir('reference')
|