summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Fort <rdp.effort@gmail.com>2017-12-15 15:23:59 +0100
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2017-12-18 09:47:52 +0200
commitc83fdaa55568b1177f8f4752a5ce352fd0c32a69 (patch)
treee55b94aef756fe8227963f2e73a963c382908f9d /Makefile.am
parent903e4450a264500ddd7d58cf15f99e9e78cbab66 (diff)
downloadweston-c83fdaa55568b1177f8f4752a5ce352fd0c32a69.tar.gz
weston-c83fdaa55568b1177f8f4752a5ce352fd0c32a69.tar.bz2
weston-c83fdaa55568b1177f8f4752a5ce352fd0c32a69.zip
rdp compositor: add a man page and add links to that page
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 7adc6254..f67e693d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1563,6 +1563,10 @@ if ENABLE_DRM_COMPOSITOR
man_MANS += weston-drm.7
endif
+if ENABLE_RDP_COMPOSITOR
+man_MANS += weston-rdp.7
+endif
+
MAN_SUBSTS = \
-e 's|__weston_native_backend__|$(WESTON_NATIVE_BACKEND)|g' \
-e 's|__weston_modules_dir__|$(pkglibdir)|g' \
@@ -1577,6 +1581,7 @@ SUFFIXES = .1 .5 .7 .man
EXTRA_DIST += \
man/weston.man \
man/weston-drm.man \
+ man/weston-rdp.man \
man/weston.ini.man
CLEANFILES += $(man_MANS)