674f4c060f
Add a manual page for xrdp-xcon, which is currently not installed, since xrdp-xcon is not installed.
14 lines
205 B
Makefile
14 lines
205 B
Makefile
man_MANS = \
|
|
xrdp-dis.1 \
|
|
sesman.ini.5 \
|
|
xrdp.ini.5 \
|
|
xrdp.8 \
|
|
xrdp-sesadmin.8 \
|
|
xrdp-sesman.8 \
|
|
xrdp-sesrun.8
|
|
|
|
noinst_man_MANS = \
|
|
xrdp-xcon.8
|
|
|
|
EXTRA_DIST = $(man_MANS) $(noinst_man_MANS)
|