From d6c899a9d10afcd90cde7183d26cb21f45003346 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 19 Jan 2019 00:53:44 +0100 Subject: rdacheck: Add minimalistic man page. --- Makefile.am | 2 +- configure.ac | 1 + data/Makefile.am | 1 + data/rdacheck.1 | 18 ++++++++++++++++++ 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 data/Makefile.am create mode 100644 data/rdacheck.1 diff --git a/Makefile.am b/Makefile.am index 7ae3f84..c655e5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src util po +SUBDIRS = data src util po ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} diff --git a/configure.ac b/configure.ac index de667e1..47dc0ed 100644 --- a/configure.ac +++ b/configure.ac @@ -94,6 +94,7 @@ AM_GLIB_GNU_GETTEXT AC_CONFIG_FILES([ Makefile +data/Makefile po/Makefile.in src/Makefile src/rda.pc diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 0000000..1d4fc5c --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1 @@ +dist_man1_MANS = rdacheck.1 diff --git a/data/rdacheck.1 b/data/rdacheck.1 new file mode 100644 index 0000000..ddac6c2 --- /dev/null +++ b/data/rdacheck.1 @@ -0,0 +1,18 @@ +.TH RDA 1 "Jan 17, 2019" +.SH NAME +rdacheck \- RDA check utility +.SH SYNOPSIS +.B rdacheck +[ +.I OPTIONS +] +.SH DESCRIPTION +.B Remote Desktop Awareness (RDA) +is a shared library that can make a desktop environment aware of being +run inside a remote desktop session, such as X2Go or OgonRDP. A desktop +session that is aware of its (remote) context, can, if needed, be +programmed to adapt to the graphical technology it is being run on. +.PP +The \fBrdacheck\fR utility can be used inside the desktop session to report +the characteristics of the session that RDA is aware of. +.PP -- cgit v1.2.3