summaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am
new file mode 100644
index 00000000..a8aef78f
--- /dev/null
+++ b/docs/man/Makefile.am
@@ -0,0 +1,13 @@
+
+xrdpman5dir=$(mandir)/man5
+
+xrdpman5_DATA = \
+ sesman.ini.5 \
+ xrdp.ini.5
+
+xrdpman8dir=$(mandir)/man8
+
+xrdpman8_DATA = \
+ xrdp.8 \
+ xrdp-sesman.8 \
+ xrdp-sesrun.8