build: Add manual page for iwd configuration file

This commit is contained in:
Marcel Holtmann 2019-10-03 22:36:12 +02:00
parent f9f12533fc
commit 6476d68aed
3 changed files with 34 additions and 1 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@ autom4te.cache
ell
src/iwd
src/iwd.8
src/iwd.conf.5
src/iwd.service
client/iwctl
client/iwctl.1

View File

@ -247,7 +247,7 @@ dbus_bus_DATA += src/net.connman.iwd.service
endif
if MANUAL_PAGES
dist_man_MANS += src/iwd.8
dist_man_MANS += src/iwd.8 src/iwd.conf.5
endif
endif
@ -609,6 +609,9 @@ endif
%.1: %.rst Makefile
$(RST2MAN_PROCESS)
%.5: %.rst Makefile
$(RST2MAN_PROCESS)
%.8: %.rst Makefile
$(RST2MAN_PROCESS)

29
src/iwd.conf.rst Normal file
View File

@ -0,0 +1,29 @@
===========
main.conf
===========
--------------------------------------
Configuration file for wireless daemon
--------------------------------------
:Author: Marcel Holtmann <marcel@holtmann.org>
:Copyright: 2013-2019 Intel Corporation
:Version: iwd
:Date: 22 September 2019
:Manual section: 5
:Manual group: Linux Connectivity
SYNOPSIS
========
/etc/iwd/main.conf
DESCRIPTION
===========
The /etc/iwd/main.conf file configures the systemd-wide settings for iwd(8)
SEE ALSO
========
iwd(8)