summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am3
-rw-r--r--docs/man/Makefile.am13
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
new file mode 100644
index 00000000..7754064d
--- /dev/null
+++ b/docs/Makefile.am
@@ -0,0 +1,3 @@
+
+SUBDIRS = \
+ man
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