diff options
author | Pekka Paalanen <ppaalanen@gmail.com> | 2012-08-29 15:49:48 +0300 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-08-29 15:32:05 -0400 |
commit | a91291c4d652a9bb64842a6e3e9d5085ac39526d (patch) | |
tree | b466f70f700a5d1aae84f0d8d98945f32774e37b /Makefile.am | |
parent | 467668c9a47b2bbe6d927e9679dafca61ffb324b (diff) |
man: add man page for weston
It is not complete, but has lots of stuff already.
Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index dcc320bb..7b1b1bc7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,9 +2,9 @@ if BUILD_WCAP_TOOLS wcap_subdir = wcap endif -SUBDIRS = shared src clients data protocol tests $(wcap_subdir) +SUBDIRS = shared src clients data protocol tests $(wcap_subdir) man -DIST_SUBDIRS = shared src clients data protocol tests wcap +DIST_SUBDIRS = shared src clients data protocol tests wcap man DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install |